Browse Source

only transpile acorn 4 down to node 4 support level

gh-953
Rich-Harris 8 years ago
parent
commit
e723cc5c46
  1. 6
      rollup.config.js

6
rollup.config.js

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

Loading…
Cancel
Save