mirror of
https://github.com/embarklabs/EmbarkJS.git
synced 2025-01-24 03:09:16 +00:00
enable @babel/plugin-transform-runtime in webpack config
This commit is contained in:
parent
2e6fff57d3
commit
ac37c395e4
@ -12,6 +12,9 @@ const standalone = {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
babelrc: false,
|
||||
plugins: [
|
||||
"@babel/plugin-transform-runtime"
|
||||
],
|
||||
presets: [
|
||||
['@babel/env']
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user