update webpack plugin-transform-runtime

This commit is contained in:
Barry Gitarts 2019-01-16 05:28:54 -05:00
parent 245363f603
commit 689ca5e287

View File

@ -143,8 +143,8 @@ const base = {
], ],
[ [
'@babel/plugin-transform-runtime', { '@babel/plugin-transform-runtime', {
corejs: 2, helpers: true,
useESModules: true regenerator: true
} }
], ],
'@babel/plugin-syntax-dynamic-import' '@babel/plugin-syntax-dynamic-import'