Skip to content

Commit

Permalink
Fixes a typo in README (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImanMh authored Jun 6, 2021
1 parent 67fcd81 commit 6f21c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BUNDLERS_INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ new MiniCssExtractPlugin({
});
```

This will extract the CSS from all files into a single `styles.css`. Then you can to link to this file in your HTML file manually or use something like [`HTMLWebpackPlugin`](https://github.com/jantimon/html-webpack-plugin).
This will extract the CSS from all files into a single `styles.css`. Then you can link to this file in your HTML file manually or use something like [`HTMLWebpackPlugin`](https://github.com/jantimon/html-webpack-plugin).

It will also hot reload your styles when in a development environment.

Expand Down

0 comments on commit 6f21c84

Please sign in to comment.