Skip to content

Commit

Permalink
feat(webpack): update babel-loader to 9.1.2 to fix hashing issues (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Jan 20, 2023
1 parent 2baa80d commit f1f69df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
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
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
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -9050,7 +9050,7 @@ babel-jest@28.1.3, babel-jest@^28.1.1, babel-jest@^28.1.3:
graceful-fs "^4.2.9"
slash "^3.0.0"

babel-loader@9.1.2:
babel-loader@9.1.2, babel-loader@^9.1.2:
version "9.1.2"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.2.tgz#a16a080de52d08854ee14570469905a5fc00d39c"
integrity sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==
Expand Down

1 comment on commit f1f69df

@vercel
Copy link

@vercel vercel bot commented on f1f69df Jan 20, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.