We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70603d commit 2afc01bCopy full SHA for 2afc01b
README.md
@@ -31,6 +31,7 @@ Then add the plugin to your `webpack` configuration. For example:
31
**webpack.config.js**
32
33
```js
34
+const MiniCssExtractPlugin = require('mini-css-extract-plugin');
35
const CssMinimizerPlugin = require('css-minimizer-webpack-plugin');
36
37
module.exports = {
0 commit comments