Vanessa 2023-03-24 20:28:31 +08:00
parent b0b5d209ab
commit 7a6ea5f221
4 changed files with 69 additions and 63 deletions

View file

@ -27,7 +27,7 @@ module.exports = (env, argv) => {
optimization: {
minimize: true,
minimizer: [
new EsbuildPlugin(),
new EsbuildPlugin({target: "es2021"}),
],
},
module: {