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
+2-2
Original file line number
Diff line number
Diff line change
@@ -544,9 +544,9 @@ module.exports = {
544
544
### Common use case
545
545
546
546
`mini-css-extract-plugin` is more often used in `production` mode to get separate css files.
547
-
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.
547
+
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.
548
548
549
-
> i Do not use together `style-loader` and `mini-css-extract-plugin`.
549
+
> ⚠️ Do not use `style-loader` and `mini-css-extract-plugin` together.
0 commit comments