mirror of
https://github.com/fluencelabs/dashboard
synced 2024-12-04 07:10:22 +00:00
fix: prod now builds
This commit is contained in:
parent
488afdb189
commit
ab6485cbdf
@ -169,16 +169,6 @@ if (MODE === 'production') {
|
||||
// both options are optional
|
||||
filename: '[name]-[hash].css',
|
||||
}),
|
||||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
{
|
||||
from: './public/avm.wasm',
|
||||
},
|
||||
{
|
||||
from: './public/runnerScript.web.js',
|
||||
},
|
||||
],
|
||||
}),
|
||||
],
|
||||
module: {
|
||||
rules: [
|
||||
|
Loading…
Reference in New Issue
Block a user