Skip to content

Commit d5f1b48

Browse files
committed
in stackgl add @babel/plugin-transform-runtime
1 parent 0ceaf81 commit d5f1b48

File tree

3 files changed

+45
-6
lines changed

3 files changed

+45
-6
lines changed

stackgl_modules/package-lock.json

+41-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stackgl_modules/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"devDependencies": {
5454
"@babel/core": "^7.25.2",
5555
"@babel/plugin-transform-modules-commonjs": "7.24.1",
56+
"@babel/plugin-transform-runtime": "^7.24.7",
5657
"@babel/preset-env": "7.24.1",
5758
"babel-loader": "9.1.3",
5859
"ify-loader": "1.1.0",

stackgl_modules/webpack.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ module.exports = {
3030
configFile: false,
3131
presets: [
3232
'@babel/preset-env'
33+
],
34+
plugins: [
35+
'@babel/plugin-transform-runtime'
3336
]
3437
}
3538
},

0 commit comments

Comments
 (0)