Skip to content

Commit

Permalink
build: remove fixup for webpack-dev-middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedg committed Aug 18, 2024
1 parent ca5e669 commit 23182e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 82 deletions.
8 changes: 0 additions & 8 deletions common/config/rush/.pnpmfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,5 @@ function readPackage(packageJson, context) {
// packageJson.dependencies['log4js'] = '0.6.38';
// }

if (packageJson.name === '@trshcmpctr/client') {
// Running into an issue with latest minor version of webpack-dev-middleware
// Possibly an interaction with start-server-and-test but downgrading helps
// https://github.com/webpack/webpack-dev-middleware/issues/1920
packageJson.dependencies['webpack-dev-middleware'] = '7.2.1';
context.log('Fixed up @trshcmpctr/client dependency, webpack-dev-middleware');
}

return packageJson;
}
78 changes: 5 additions & 73 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "bdfce6abf9517ed147420f980b19f42b89aa1970",
"pnpmShrinkwrapHash": "a1507f65d5528c2263c45a719273a29f73008588",
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}

0 comments on commit 23182e4

Please sign in to comment.