Skip to content

Commit 3325b1f

Browse files
docs: add css-minimizer-webpack-plugin to official plugins list (#3884)
1 parent aedd822 commit 3325b1f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

repositories/plugins.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"webpack-contrib/zopfli-webpack-plugin",
1111
"webpack-contrib/closure-webpack-plugin",
1212
"webpack-contrib/mini-css-extract-plugin",
13-
"webpack-contrib/terser-webpack-plugin"
13+
"webpack-contrib/terser-webpack-plugin",
14+
"webpack-contrib/css-minimizer-webpack-plugin"
1415
]

src/components/Organization/projects.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,5 +250,11 @@
250250
"npm": "angular2-template-loader",
251251
"description": "Load angular2 components, inlining all html and styling.",
252252
"maintainer": "thelarkinn"
253+
},
254+
{
255+
"repo": "webpack-contrib/css-minimizer-webpack-plugin",
256+
"npm": "css-minimizer-webpack-plugin",
257+
"description": "Optimize and minify your CSS using cssnano.",
258+
"maintainer": ""
253259
}
254260
]

0 commit comments

Comments
 (0)