You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1446,7 +1446,7 @@ For `production` builds it's recommended to extract the CSS from your bundle bei
1446
1446
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.
1447
1447
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.
1448
1448
1449
-
> i Do not use together `style-loader` and `mini-css-extract-plugin`.
1449
+
> i Do not use `style-loader` and `mini-css-extract-plugin` together.
0 commit comments