mirror of
https://github.com/fluencelabs/dashboard
synced 2025-04-25 07:42:16 +00:00
fix prod build
This commit is contained in:
parent
85ba48b631
commit
816a36d1ab
@ -165,7 +165,7 @@ if (MODE === 'production') {
|
|||||||
new CopyWebpackPlugin({
|
new CopyWebpackPlugin({
|
||||||
patterns: [
|
patterns: [
|
||||||
{
|
{
|
||||||
from: 'src/assets',
|
from: './images/*.*',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
@ -187,16 +187,16 @@ if (MODE === 'production') {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
test: /\.css$/,
|
// test: /\.css$/,
|
||||||
exclude: [/elm-stuff/, /node_modules/],
|
// exclude: [/elm-stuff/, /node_modules/],
|
||||||
use: [MiniCssExtractPlugin.loader, 'css-loader?url=false'],
|
// use: [MiniCssExtractPlugin.loader, 'css-loader?url=false'],
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
test: /\.scss$/,
|
// test: /\.scss$/,
|
||||||
exclude: [/elm-stuff/, /node_modules/],
|
// exclude: [/elm-stuff/, /node_modules/],
|
||||||
use: [MiniCssExtractPlugin.loader, 'css-loader?url=false', 'sass-loader'],
|
// use: [MiniCssExtractPlugin.loader, 'css-loader?url=false', 'sass-loader'],
|
||||||
},
|
// },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user