Skip to content

Commit b47b10a

Browse files
authored
fix(cli): use react v17 in dynamic plugins build (#931)
Signed-off-by: Tomas Coufal <[email protected]>
1 parent 46aa0b6 commit b47b10a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/src/lib/bundler/scalprumConfig.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export async function createScalprumConfig(
105105

106106
plugins.push(
107107
new webpack.EnvironmentPlugin({
108+
HAS_REACT_DOM_CLIENT: false,
108109
APP_CONFIG: options.frontendAppConfigs,
109110
}),
110111
);

0 commit comments

Comments
 (0)