Skip to content

Commit

Permalink
feat(webpack): update babel-loader to 9.1.2 to fix hashing issues
Browse files Browse the repository at this point in the history
Fixes #14331
  • Loading branch information
jaysoo committed Jan 20, 2023
1 parent 2baa80d commit f6cadbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"ajv": "^8.11.0",
"autoprefixer": "10.4.13",
"babel-jest": "28.1.3",
"babel-loader": "^8.2.2",
"babel-loader": "^9.1.2",
"browserslist": "^4.21.4",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nrwl/js": "file:../js",
"@nrwl/workspace": "file:../workspace",
"autoprefixer": "^10.4.9",
"babel-loader": "^8.2.2",
"babel-loader": "^9.1.2",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"copy-webpack-plugin": "^10.2.4",
Expand Down

0 comments on commit f6cadbb

Please sign in to comment.