Skip to content

Commit

Permalink
fix: allow version 9 of the babel-loader peer dependency (#25569)
Browse files Browse the repository at this point in the history
Closes #24435
  • Loading branch information
arnaugiralt committed Jan 27, 2023
1 parent e4be189 commit 5afe19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/webpack-preprocessor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"peerDependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-loader": "^8.0.2 || ^9",
"webpack": "^4 || ^5"
},
"files": [
Expand Down

0 comments on commit 5afe19f

Please sign in to comment.