Browse Source

only transpile own source and acorn

better-aggressive
Rich Harris 9 years ago
parent
commit
de6d997d19
  1. 2
      rollup.config.js

2
rollup.config.js

@ -23,7 +23,7 @@ export default {
format: 'cjs',
plugins: [
babel({
//include: [ 'src/**', 'node_modules/acorn/**' ]
include: [ 'src/**', 'node_modules/acorn/**' ]
}),
npm({

Loading…
Cancel
Save