mirror of
https://github.com/fluencelabs/dashboard
synced 2024-12-04 15:20:21 +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
|
// 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: [
|
||||||
|
Loading…
Reference in New Issue
Block a user