mirror of https://github.com/portainer/portainer
fix(webpack): fix css output name
parent
692ab5e983
commit
bd0fd358ce
|
@ -84,7 +84,7 @@ module.exports = {
|
||||||
}),
|
}),
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: '[name].[hash].css',
|
filename: '[name].[hash].css',
|
||||||
chunkFilename: '[id].css',
|
chunkFilename: '[name].[id].css',
|
||||||
sourceMap: true
|
sourceMap: true
|
||||||
}),
|
}),
|
||||||
new CleanWebpackPlugin(['dist/public']),
|
new CleanWebpackPlugin(['dist/public']),
|
||||||
|
|
Loading…
Reference in New Issue