File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,12 @@ const baseRule = {
8
8
use : {
9
9
loader : "babel-loader" ,
10
10
options : {
11
- presets : [ "@babel/preset-env" ] ,
12
- plugins : [
13
- "@babel/plugin-syntax-dynamic-import" ,
14
- "@babel/plugin-proposal-optional-chaining"
15
- ]
11
+ presets : [ "@babel/preset-env" ]
16
12
}
17
13
}
18
14
}
19
15
16
+
20
17
const predefinedVariables = {
21
18
transpile_VERSION : transpile . VERSION
22
19
}
Original file line number Diff line number Diff line change 8
8
"@babel/preset-env" : "^7.24.6" ,
9
9
"@babel/core" : "^7.24.6" ,
10
10
"@babel/cli" : "^7.24.6" ,
11
- "@babel/plugin-syntax-dynamic-import" : "7.8.3" ,
12
- "@babel/plugin-transform-optional-chaining" : "^7.24.6" ,
13
- "@babel/plugin-transform-template-literals" : "^7.24.6" ,
14
11
"babel-loader" : "9.1.3" ,
15
12
webpack : "5.91.0" ,
16
13
"webpack-cli" : "5.1.4" ,
You can’t perform that action at this time.
0 commit comments