This repository was archived by the owner on Apr 21, 2023. It is now read-only.
File tree 3 files changed +262
-631
lines changed
3 files changed +262
-631
lines changed Original file line number Diff line number Diff line change 6
6
"bugs" : " https://github.com/Rudloff/openvegemap/issues" ,
7
7
"dependencies" : {
8
8
"css-loader" : " ^6.6.0" ,
9
+ "css-minimizer-webpack-plugin" : " ^3.4.1" ,
9
10
"days" : " ^1.1.1" ,
10
11
"drmonty-leaflet-awesome-markers" : " ~2.0.2" ,
11
12
"extract-domain" : " ^2.4.0" ,
20
21
"leaflet-plugins" : " ^3.3.1" ,
21
22
"mini-css-extract-plugin" : " ^2.5.3" ,
22
23
"onsenui" : " ^2.11.1" ,
23
- "optimize-css-assets-webpack-plugin" : " ^5.0.4" ,
24
24
"simple-opening-hours" : " ^0.1.1" ,
25
25
"string.prototype.padstart" : " ~3.0.0" ,
26
26
"style-loader" : " ~0.23.1" ,
Original file line number Diff line number Diff line change 1
1
const HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ;
2
- const OptimizeCssAssetsPlugin = require ( 'optimize- css-assets -webpack-plugin' ) ;
2
+ const CssMinimizerPlugin = require ( " css-minimizer -webpack-plugin" ) ;
3
3
const FontminPlugin = require ( 'fontmin-webpack' ) ;
4
4
5
5
/** @var {any} MiniCssExtractPlugin*/
@@ -72,7 +72,7 @@ module.exports = {
72
72
chunks : [ 'test' ]
73
73
} ) ,
74
74
new MiniCssExtractPlugin ( ) ,
75
- new OptimizeCssAssetsPlugin ( ) ,
75
+ new CssMinimizerPlugin ( ) ,
76
76
new FontminPlugin ( {
77
77
autodetect : false ,
78
78
// Taken from https://fontawesome.com/cheatsheet.
You can’t perform that action at this time.
0 commit comments