Skip to content

Commit ef8994d

Browse files
Pay restitution for my sloppiness :(
1 parent f9ad5c2 commit ef8994d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ module.exports = {
6868

6969
### Minimizing For Production
7070

71-
While Webpack 5 is likely to come with a CSS minimizer built-in, with Webpack 4 you need to bring your own. To minify your the output, use a plugin like optimize-css-assets-webpack-plugin](https://github.com/NMFR/optimize-css-assets-webpack-plugin):
71+
While Webpack 5 is likely to come with a CSS minimizer built-in, with Webpack 4 you need to bring your own. To minify your the output, use a plugin like [optimize-css-assets-webpack-plugin](https://github.com/NMFR/optimize-css-assets-webpack-plugin):
72+
73+
**webpack.config.js**
7274

7375
```js
7476
const MiniCssExtractPlugin = require("mini-css-extract-plugin");

0 commit comments

Comments
 (0)