Skip to content

Commit

Permalink
feat: add support for upcoming admin env to improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Dec 17, 2023
1 parent 677a459 commit fce4b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/asset_platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func BuildAssetsForExtensions(ctx context.Context, sources []asset.Source, asset
err := npmRunBuild(
administrationRoot,
"build",
[]string{fmt.Sprintf("PROJECT_ROOT=%s", shopwareRoot), "SHOPWARE_ADMIN_BUILD_ONLY_EXTENSIONS=1"},
[]string{fmt.Sprintf("PROJECT_ROOT=%s", shopwareRoot), "SHOPWARE_ADMIN_BUILD_ONLY_EXTENSIONS=1", "SHOPWARE_ADMIN_SKIP_SOURCEMAP_GENERATION=1"},
)

if assetConfig.CleanupNodeModules {
Expand Down

0 comments on commit fce4b88

Please sign in to comment.