Skip to content

Commit

Permalink
docs: wrap <style></style> in backticks (#1530)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Akait <4567934+alexander-akait@users.noreply.github.com>
  • Loading branch information
AbePlays and alexander-akait committed Aug 7, 2023
1 parent e2b6dd1 commit f26f9a9
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 @@ -1688,7 +1688,7 @@ module.exports = {

For `production` builds it's recommended to extract the CSS from your bundle being able to use parallel loading of CSS/JS resources later on.
This can be achieved by using the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), because it creates separate css files.
For `development` mode (including `webpack-dev-server`) you can use [style-loader](https://github.com/webpack-contrib/style-loader), because it injects CSS into the DOM using multiple <style></style> and works faster.
For `development` mode (including `webpack-dev-server`) you can use [style-loader](https://github.com/webpack-contrib/style-loader), because it injects CSS into the DOM using multiple `<style></style>` and works faster.

> **Note**
>
Expand Down

0 comments on commit f26f9a9

Please sign in to comment.