mirror of https://github.com/portainer/portainer
style(webpack): remove comments from config
parent
59c2353c50
commit
1267bbcd5e
|
@ -92,11 +92,9 @@ module.exports = {
|
|||
new ProvidePlugin({
|
||||
$: 'jquery',
|
||||
jQuery: 'jquery',
|
||||
'window.jQuery': 'jquery'
|
||||
'window.jQuery': 'jquery',
|
||||
}),
|
||||
new MiniCssExtractPlugin({
|
||||
// Options similar to the same options in webpackOptions.output
|
||||
// both options are optional
|
||||
filename: '[name].css',
|
||||
chunkFilename: '[id].css',
|
||||
sourceMap: true
|
||||
|
|
Loading…
Reference in New Issue