Merge pull request #23688 from backstage/rugvip/lazy
cli: add flag to enable experimental webpack lazy compilation
This commit is contained in:
@@ -224,6 +224,9 @@ export async function createConfig(
|
||||
}
|
||||
: {}),
|
||||
},
|
||||
experiments: {
|
||||
lazyCompilation: yn(process.env.EXPERIMENTAL_LAZY_COMPILATION),
|
||||
},
|
||||
plugins,
|
||||
...(withCache
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user