Options
All
  • Public
  • Public/Protected
  • All
Menu

Enables/Disables experiments (experimental features with relax SemVer compatibility).

Hierarchy

  • ExperimentsCommon

Index

Properties

asyncWebAssembly?: boolean

Support WebAssembly as asynchronous EcmaScript Module.

backCompat?: boolean

Enable backward-compat layer with deprecation warnings for many webpack 4 APIs.

cacheUnaffected?: boolean

Enable additional in memory caching of modules that are unchanged and reference only unchanged modules.

futureDefaults?: boolean

Apply defaults of next major version.

layers?: boolean

Enable module layers.

outputModule?: boolean

Allow output javascript files as module source type.

syncWebAssembly?: boolean

Support WebAssembly as synchronous EcmaScript Module (outdated).

topLevelAwait?: boolean

Allow using top-level-await in EcmaScript Modules.