Skip to content

Commit

Permalink
Add Changeset for Webpack Hash Updates (#201)
Browse files Browse the repository at this point in the history
* Remove hash from output file names

* remove hash for additional assets, fix failing test

* add changeset

---------

Co-authored-by: Brian Sokol <[email protected]>
  • Loading branch information
bsokol-wl and bsokol-wl authored Apr 8, 2024
1 parent 8ab38de commit de5804b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-elephants-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@workleap/webpack-configs": patch
---

Remove hashes from chunk file names and asset/resource file names in order to prevent chunk load errors for users during a deployment

0 comments on commit de5804b

Please sign in to comment.