Skip to content

Commit fdd1584

Browse files
fix: add missed deps in server-side-redering example (#4269)
* install typescript as dev deps * add html-webpack-plugin & typescript * remove ts & fix version of html-webpack-plugin
1 parent b4d4ae6 commit fdd1584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server-side-rendering/remote2/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@babel/preset-react": "7.24.7",
2222
"@module-federation/node": "2.3.2",
2323
"babel-loader": "9.1.3",
24+
"html-webpack-plugin": "5.6.0",
2425
"webpack": "5.92.1",
2526
"webpack-cli": "5.1.4",
2627
"webpack-merge": "6.0.1"

0 commit comments

Comments
 (0)