enable @babel/plugin-transform-runtime in webpack config

This commit is contained in:
Michael Bradley, Jr 2018-07-12 10:35:12 -05:00
parent 2e6fff57d3
commit ac37c395e4
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ const standalone = {
loader: 'babel-loader',
options: {
babelrc: false,
plugins: [
"@babel/plugin-transform-runtime"
],
presets: [
['@babel/env']
]