rollup-plugin-buble

v0.4.0
Compile ES2015 with buble

build

npm run build:cjs && npm run build:es

build:cjs

rollup -c -f cjs -o dist/rollup-plugin-buble.cjs.js

build:es

rollup -c -f es6 -o dist/rollup-plugin-buble.es.js

test

mocha test/test.js

pretest

npm run build:cjs

prepublish

npm run lint && rm -rf dist && npm test && npm run build:es

lint

eslint src

Metadata

  • MIT
  • Whatever
  • Rich Harris
  • released 4/8/2016

Downloads

Maintainers