Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typescript": "^4.6.2",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
"webpack-dev-server": "^5.2.1"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed contentBase option breaks webpack dev server

High Severity

Bumping webpack-dev-server from v3 to v5 is a major version upgrade, but packages/sdk/webpack.config.js still uses contentBase in the devServer config — an option that was removed in v4. Webpack-dev-server v5 will throw a validation error on startup, breaking the start script (webpack serve --open). The contentBase option needs to be replaced with static.

Fix in Cursor Fix in Web

},
"gitHead": "83d8e223d29e5cc71dccc963388d65a87c894636"
}
2 changes: 1 addition & 1 deletion packages/ur-registry-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ts-loader": "^9.3.1",
"tsdx": "^0.14.1",
"typescript": "^4.6.2",
"webpack": "^5.74.0",
"webpack": "^5.104.1",
"webpack-cli": "^4.10.0"
},
"jest": {
Expand Down
Loading