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-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,16 +185,7 @@ Detect changes to remote resources and upgrade them automatically.
185
185
186
186
Enable native CSS support. Note that it's an experimental feature still under development and will be enabled by default in webpack v6, however you can track the progress on [GitHub](https://github.com/webpack/webpack/issues/14893).
187
187
188
-
- Type:
189
-
190
-
-`boolean`
191
-
-`CssExperimentOptions`
192
-
193
-
```ts
194
-
{
195
-
exportsOnly?:boolean;
196
-
}
197
-
```
188
+
- Type: `boolean`
198
189
199
190
Experimental features:
200
191
@@ -210,12 +201,6 @@ Experimental features:
210
201
- CSS imports: webpack will inline CSS imports into the generated CSS file.
211
202
- 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.
212
203
213
-
#### experiments.css.exportsOnly
214
-
215
-
Avoid generating and loading a stylesheet and only embed exports from css into output javascript files.
216
-
217
-
- Type: `boolean`
218
-
219
204
### experiments.cacheUnaffected
220
205
221
206
Enable additional in-memory caching of modules which are unchanged and reference only unchanged modules.
0 commit comments