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
+7-7
Original file line number
Diff line number
Diff line change
@@ -82,11 +82,11 @@ module.exports = {
82
82
};
83
83
```
84
84
85
-
> **Warning**
85
+
> [!WARNING]
86
86
>
87
87
> Note that if you import CSS from your webpack entrypoint or import styles in the [initial](https://webpack.js.org/concepts/under-the-hood/#chunks) chunk, `mini-css-extract-plugin` will not load this CSS into the page. Please use [`html-webpack-plugin`](https://github.com/jantimon/html-webpack-plugin) for automatic generation `link` tags or create `index.html` file with `link` tag.
88
88
89
-
> **Warning**
89
+
> [!WARNING]
90
90
>
91
91
> Source maps works only for `source-map`/`nosources-source-map`/`hidden-nosources-source-map`/`hidden-source-map` values because CSS only supports source maps with the `sourceMappingURL` comment (i.e. `//# sourceMappingURL=style.css.map`). If you need set `devtool` to another value you can enable source maps generation for extracted CSS using [`sourceMap: true`](https://github.com/webpack-contrib/css-loader#sourcemap) for `css-loader`.
Inserts the `link` tag at the given position for [non-initial (async)](https://webpack.js.org/concepts/under-the-hood/#chunks) CSS chunks
164
164
165
-
> **Warning**
165
+
> [!WARNING]
166
166
>
167
167
> Only for [non-initial (async)](https://webpack.js.org/concepts/under-the-hood/#chunks) chunks.
168
168
@@ -222,7 +222,7 @@ type attributes = Record<string, string>};
222
222
223
223
Default: `{}`
224
224
225
-
> **Warning**
225
+
> [!WARNING]
226
226
>
227
227
> Only for [non-initial (async)](https://webpack.js.org/concepts/under-the-hood/#chunks) chunks.
228
228
@@ -253,7 +253,7 @@ module.exports = {
253
253
};
254
254
```
255
255
256
-
> **Note**
256
+
> [!NOTE]
257
257
>
258
258
> It's only applied to dynamically loaded css chunks, if you want to modify link attributes inside html file, please using [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin)
259
259
@@ -560,7 +560,7 @@ type defaultExport = boolean;
560
560
561
561
Default: `false`
562
562
563
-
> **Note**
563
+
> [!NOTE]
564
564
>
565
565
> This option will work only when you set `namedExport` to `true` in `css-loader`
566
566
@@ -832,7 +832,7 @@ module.exports = {
832
832
833
833
### Hot Module Reloading (HMR)
834
834
835
-
> **Note**
835
+
> [!NOTE]
836
836
>
837
837
> HMR is automatically supported in webpack 5. No need to configure it. Skip the following:
0 commit comments