Skip to content

Commit

Permalink
Chore: Update webpack configs to remove chunk hashes (#165)
Browse files Browse the repository at this point in the history
* update webpack config deps to remove chunk hashes

* add changeset

---------

Co-authored-by: Brian Sokol <t-brian.sokol@gsoft.com>
  • Loading branch information
bsokol-wl and bsokol-wl committed Apr 8, 2024
1 parent 23edeb1 commit c9358e5
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 30 deletions.
6 changes: 6 additions & 0 deletions .changeset/silent-clocks-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@squide/firefly-configs": patch
"@squide/webpack-configs": patch
---

update webpack config dependency to remove hashes from chunk filenames
2 changes: 1 addition & 1 deletion packages/firefly-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@squide/webpack-configs": "workspace:*",
"@workleap/webpack-configs": "1.5.0"
"@workleap/webpack-configs": "1.5.1"
},
"engines": {
"node": ">=20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"webpack": "5.90.3"
},
"dependencies": {
"@workleap/webpack-configs": "1.5.0",
"@workleap/webpack-configs": "1.5.1",
"deepmerge": "4.3.1",
"html-webpack-plugin": "5.6.0"
},
Expand Down
58 changes: 30 additions & 28 deletions pnpm-lock.yaml

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

0 comments on commit c9358e5

Please sign in to comment.