Performance: disable the import layers

This commit is contained in:
Pieter Vander Vennet 2024-10-09 00:16:53 +02:00
parent a8abc0224e
commit a9d6aaa448

View file

@ -685,7 +685,7 @@ export class PrepareTheme extends Fuse<LayoutConfigJson> {
? new Pass("AddDefaultLayers is disabled due to the set flag") ? new Pass("AddDefaultLayers is disabled due to the set flag")
: new AddDefaultLayers(state), : new AddDefaultLayers(state),
new AddDependencyLayersToTheme(state), new AddDependencyLayersToTheme(state),
new AddImportLayers(), // new AddImportLayers(),
new PostvalidateTheme(state), new PostvalidateTheme(state),
) )
this.state = state this.state = state