From 0913247901b566af2e8e73ef60e5d0cb26b107d6 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Tue, 6 Sep 2016 20:19:35 -0400 Subject: [PATCH] transpile acorn for now, pending new release --- rollup.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index a8ac2c8..f55dc7c 100644 --- a/rollup.config.js +++ b/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 }