Skip to content

Commit

Permalink
feat: expand allowed removeKeyHash length from exactly 32 to 16-32
Browse files Browse the repository at this point in the history
  • Loading branch information
cascornelissen committed Feb 5, 2021
1 parent 9f408f6 commit 9dcf5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const defaults = {
generate: void 0,
map: null,
publicPath: null,
removeKeyHash: /([a-f0-9]{32}\.?)/gi,
removeKeyHash: /([a-f0-9]{16,32}\.?)/gi,
// seed must be reset for each compilation. let the code initialize it to {}
seed: void 0,
serialize(manifest) {
Expand Down

0 comments on commit 9dcf5fe

Please sign in to comment.