try production config

This commit is contained in:
Sasha 2024-02-29 22:30:24 +01:00
parent f5e93d9672
commit 69266482c8
No known key found for this signature in database

View File

@ -40,7 +40,7 @@ module.exports = function (config) {
},
webpack: {
output,
mode: "development",
mode: "production",
module: {
rules: [{
test: /\.wasm$/,