Skip to content

Commit

Permalink
docs: remove unused info
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-Bernardito committed Jan 6, 2021
1 parent 360f619 commit 997d60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ For production builds it's recommended to extract the CSS from your bundle being

There are two possibilities to extract a style sheet from the bundle:

- [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) (use this, when using webpack 4 configuration. Works in all use-cases)
- [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)
- [extract-loader](https://github.com/peerigon/extract-loader) (simpler, but specialized on the css-loader's output)

**webpack.config.js**
Expand Down

0 comments on commit 997d60e

Please sign in to comment.