rollup-plugin-esnext

v0.1.0
Convert CommonJS plugins to ES6 using esnext so they can be included in a Rollup bundle.
rollup plugin esnext commonjs conversion es6 es2015 module

test

mocha --compilers js:babel-register

pretest

npm run build

build

rm -rf dist/* && rollup -c -f cjs -o dist/rollup-plugin-esnext.cjs.js && rollup -c -f es6 -o dist/rollup-plugin-esnext.es6.js

prepublish

npm test
npm i rollup-plugin-esnext

Metadata

  • MIT
  • Whatever
  • John Vilk
  • released 6/5/2016

Downloads

Maintainers