Skip to main content

bud.experiments

warning

These settings are flagged as experimental by Webpack. If you're using bud.experiments and you bump into a problem please ensure that bud.js is doing something wrong before opening an issue in the roots/bud repository. Consider accompanying your issue with a PR that implements the change you would like to see.

info

If you want to configure buildHttp you should consider using the bud.http interface.

info

If you want to configure outputModule you should consider using the bud.esm interface.

Opt-in and configure experimental webpack settings.

Usage

Opt-in to lazyCompilation:

bud.experiments({
lazyCompilation: true,
})