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: src/content/configuration/experiments.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,8 +202,7 @@ Experimental features:
202
202
- <Badgetext="5.87.0+" /> Style-specific fields resolution in `package.json` files:
203
203
webpack will look for `style` field in `package.json` files and use that if it
204
204
exists for imports inside CSS files.
205
-
- Content hash for CSS files: webpack will generate a content hash for CSS files
206
-
and use it in the filename. This is useful for long-term caching.
205
+
- Content hash for CSS files: webpack will generate a content hash for CSS files and use it in the filename. This is useful for long-term caching.
207
206
- CSS extraction: Webpack will extract CSS into a separate file. This functionality replaces the need for `mini-css-extract-plugin` and `css-loader`, as it provides native support.
208
207
- CSS imports: webpack will inline CSS imports into the generated CSS file.
209
208
- Hot Module Reload (HMR): webpack supports HMR for CSS files. This means that changes made to CSS files will be reflected in the browser without a full page reload.
0 commit comments