Browse Source

transpile acorn for now, pending new release

rewrite
Rich-Harris 8 years ago
parent
commit
0913247901
  1. 6
      rollup.config.js

6
rollup.config.js

@ -22,7 +22,11 @@ export default {
entry: 'src/rollup.js',
plugins: [
buble({
include: [ 'src/**', 'node_modules/acorn/**' ],
include: [ 'node_modules/acorn/**' ]
}),
buble({
include: [ 'src/**' ],
target: {
node: 4
}

Loading…
Cancel
Save