fix: prod now builds

This commit is contained in:
Pavel Murygin 2023-02-21 00:51:16 +04:00
parent 488afdb189
commit ab6485cbdf

View File

@ -169,16 +169,6 @@ if (MODE === 'production') {
// both options are optional // both options are optional
filename: '[name]-[hash].css', filename: '[name]-[hash].css',
}), }),
new CopyWebpackPlugin({
patterns: [
{
from: './public/avm.wasm',
},
{
from: './public/runnerScript.web.js',
},
],
}),
], ],
module: { module: {
rules: [ rules: [