Skip to content

Commit

Permalink
fix: add missed deps in server-side-redering example (#4269)
Browse files Browse the repository at this point in the history
* install typescript as dev deps

* add html-webpack-plugin & typescript

* remove ts & fix version of html-webpack-plugin
  • Loading branch information
moonheekim0118 authored Sep 27, 2024
1 parent b4d4ae6 commit fdd1584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server-side-rendering/remote2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@babel/preset-react": "7.24.7",
"@module-federation/node": "2.3.2",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1"
Expand Down

0 comments on commit fdd1584

Please sign in to comment.