Skip to content

Commit 3df97b6

Browse files
authored
docs: update github syntax of note (#1102)
1 parent 727427b commit 3df97b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ module.exports = {
8282
};
8383
```
8484

85-
> **Warning**
85+
> [!WARNING]
8686
>
8787
> 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.
8888
89-
> **Warning**
89+
> [!WARNING]
9090
>
9191
> 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`.
9292
@@ -162,7 +162,7 @@ Default: `document.head.appendChild(linkTag);`
162162

163163
Inserts the `link` tag at the given position for [non-initial (async)](https://webpack.js.org/concepts/under-the-hood/#chunks) CSS chunks
164164

165-
> **Warning**
165+
> [!WARNING]
166166
>
167167
> Only for [non-initial (async)](https://webpack.js.org/concepts/under-the-hood/#chunks) chunks.
168168
@@ -222,7 +222,7 @@ type attributes = Record<string, string>};
222222

223223
Default: `{}`
224224

225-
> **Warning**
225+
> [!WARNING]
226226
>
227227
> Only for [non-initial (async)](https://webpack.js.org/concepts/under-the-hood/#chunks) chunks.
228228
@@ -253,7 +253,7 @@ module.exports = {
253253
};
254254
```
255255

256-
> **Note**
256+
> [!NOTE]
257257
>
258258
> 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)
259259
@@ -560,7 +560,7 @@ type defaultExport = boolean;
560560

561561
Default: `false`
562562

563-
> **Note**
563+
> [!NOTE]
564564
>
565565
> This option will work only when you set `namedExport` to `true` in `css-loader`
566566
@@ -832,7 +832,7 @@ module.exports = {
832832

833833
### Hot Module Reloading (HMR)
834834

835-
> **Note**
835+
> [!NOTE]
836836
>
837837
> HMR is automatically supported in webpack 5. No need to configure it. Skip the following:
838838

0 commit comments

Comments
 (0)