Skip to content

Commit 2c247e2

Browse files
authored
docs: update README (#533)
1 parent d45b55a commit 2c247e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -700,9 +700,9 @@ module.exports = {
700700

701701
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.
702702
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.
703-
For `development` mode (including `webpack-dev-server`) you can use `style-loader`, because it injects CSS into the DOM using multiple <style></style> and works faster.
703+
For `development` mode (including `webpack-dev-server`) you can use `style-loader`, because it injects CSS into the DOM using multiple `<style></style>` and works faster.
704704

705-
> i Do not use together `style-loader` and `mini-css-extract-plugin`.
705+
> Do not use together `style-loader` and `mini-css-extract-plugin`.
706706
707707
**webpack.config.js**
708708

0 commit comments

Comments
 (0)