From e00a915b37246321d92aecf6b982fc7b12d1d3e1 Mon Sep 17 00:00:00 2001 From: Roger Qiu Date: Sat, 11 Nov 2017 17:41:51 +1100 Subject: [PATCH] Node 6.4.0 will be the rollup node target because that is when ES6 Proxy support was added --- rollup.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index 8acd0aa..15b3cb0 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -30,7 +30,7 @@ export default [ ['env', { modules: false, targets: { - node: '6.0.0' + node: '6.4.0' } }] ] @@ -61,7 +61,7 @@ export default [ ['env', { modules: false, targets: { - node: '6.0.0' + node: '6.4.0' } }] ]