This commit is contained in:
Liang Ding 2023-03-14 20:11:35 +08:00
parent 7519661da2
commit 470c3c2f3d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

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