Skip to content

Commit 8b79d7f

Browse files
committed
chore: products 앱에서 core remoteEntry host도 샌드박스 조건처리
1 parent b86e50a commit 8b79d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/products/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
name: "products",
4141
filename: "products.remoteEntry.js",
4242
remotes: {
43-
core: "core@http://localhost:2000/core.remoteEntry.js",
43+
core: `core@//${getRemoteEntryHost(2000)}/core.remoteEntry.js`,
4444
shell: `shell@//${getRemoteEntryHost(3000)}/shell.remoteEntry.js`,
4545
},
4646
exposes: {

0 commit comments

Comments
 (0)