diff options
Diffstat (limited to '.config/rollup.config.js')
-rw-r--r-- | .config/rollup.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/rollup.config.js b/.config/rollup.config.js index bcbab0c..91ab2cd 100644 --- a/.config/rollup.config.js +++ b/.config/rollup.config.js @@ -29,7 +29,7 @@ const getBabelConfig = (node = false) => { corejs: 3, helpers: true, useESModules: true, - version: "^7.9.6", + version: "^7.14.5", regenerator: false }] ] @@ -121,7 +121,7 @@ const config = (node, min, esm = false) => ({ } }) ], - //external: ['@babel/runtime', '@babel/runtime-corejs3'] + // external: [/@babel\/runtime/, /@babel\/runtime-corejs3/]//['@babel/runtime', '@babel/runtime-corejs3'] }) // [node, minified, esm] |