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
'webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.'
Copy file name to clipboardExpand all lines: src/content/configuration/experiments.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Available options:
30
30
-[`futureDefaults`](#experimentsfuturedefaults)
31
31
-`layers`: Enable module and chunk layers.
32
32
-[`lazyCompilation`](#experimentslazycompilation)
33
-
-[`outputModule`](#experimentsoutputmodule)
33
+
-[`outputModule`](#experimentsoutputModule)
34
34
-`syncWebAssembly`: Support the old WebAssembly like in webpack 4.
35
35
-`topLevelAwait`: Support the [Top Level Await Stage 3 proposal](https://github.com/tc39/proposal-top-level-await), it makes the module an async module when `await` is used on the top-level. And it is enabled by default when [`experiments.futureDefaults`](#experimentsfuturedefaults) is set to `true`.
0 commit comments