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', {
corejs: 2,
useESModules: true
helpers: true,
regenerator: true
}
],
'@babel/plugin-syntax-dynamic-import'