Skip to content

Commit 4056218

Browse files
authored
fix(app-next): fix app-next dynamic plugin loading (#3182)
This change fixes the app-next ability to load frontend dynamic plugins properly by ensuring the EXPERIMENTAL_MODULE_FEDERATION environment variable is set to "true" when the package is built. Signed-off-by: Stan Lewis <[email protected]>
1 parent a32da4d commit 4056218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dist"
1717
],
1818
"scripts": {
19-
"build": "backstage-cli package build",
19+
"build": "EXPERIMENTAL_MODULE_FEDERATION=true backstage-cli package build",
2020
"clean": "backstage-cli package clean",
2121
"lint": "backstage-cli package lint",
2222
"start": "backstage-cli package start --config ../../app-config.yaml",

0 commit comments

Comments
 (0)