Skip to content

Commit

Permalink
fix(legacy): build respect hashCharacters config (#19262)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Jan 22, 2025
1 parent a0ed405 commit 3aa10b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-legacy/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ async function buildPolyfillChunk(
},
output: {
format,
hashCharacters: rollupOutputOptions.hashCharacters,
entryFileNames: rollupOutputOptions.entryFileNames,
},
},
Expand Down

0 comments on commit 3aa10b7

Please sign in to comment.