Skip to content

Commit ed685bd

Browse files
committed
remove unused packages
1 parent bf0ee3a commit ed685bd

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

npm_mjs/management/commands/webpack.config.template.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ const baseRule = {
88
use: {
99
loader: "babel-loader",
1010
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"]
1612
}
1713
}
1814
}
1915

16+
2017
const predefinedVariables = {
2118
transpile_VERSION: transpile.VERSION
2219
}

npm_mjs/package.json5

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"@babel/preset-env": "^7.24.6",
99
"@babel/core": "^7.24.6",
1010
"@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",
1411
"babel-loader": "9.1.3",
1512
webpack: "5.91.0",
1613
"webpack-cli": "5.1.4",

0 commit comments

Comments
 (0)