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
|**[`experimentalUseImportModule`](#experimentalUseImportModule)**|`{Boolean}`|`false`| Use an experimental webpack API to execute modules instead of child compilers |
87
88
88
89
#### `filename`
@@ -257,6 +258,36 @@ module.exports = {
257
258
};
258
259
```
259
260
261
+
#### `skipRuntimeLoading`
262
+
263
+
##### `Boolean`
264
+
265
+
An option to skip runtime loading asynchronous chunks by the current plugin, and developers can determine when to load by using other plugins.
0 commit comments