Skip to content

Commit 2afc01b

Browse files
doc: add missing import (#43)
1 parent b70603d commit 2afc01b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Then add the plugin to your `webpack` configuration. For example:
3131
**webpack.config.js**
3232

3333
```js
34+
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
3435
const CssMinimizerPlugin = require('css-minimizer-webpack-plugin');
3536

3637
module.exports = {

0 commit comments

Comments
 (0)