Skip to content

Commit

Permalink
fix: Add missing glob dependency after Webpack 5 update
Browse files Browse the repository at this point in the history
Added `glob@^11.0.0` to `package.json` to resolve missing dependency issue introduced after updating to Webpack 5.
  • Loading branch information
warnyul committed Nov 27, 2024
1 parent 280221e commit 41e606b
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 150 deletions.
303 changes: 153 additions & 150 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"css-minimizer-webpack-plugin": "^7.0.0",
"cssnano-preset-advanced": "^7.0.0",
"firebase-tools": "^13.0.0",
"glob": "^11.0.0",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-loader": "^5.1.0",
Expand Down

0 comments on commit 41e606b

Please sign in to comment.