Skip to content

Commit 3aa10b7

Browse files
authored
fix(legacy): build respect hashCharacters config (#19262)
1 parent a0ed405 commit 3aa10b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/plugin-legacy/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@ async function buildPolyfillChunk(
811811
},
812812
output: {
813813
format,
814+
hashCharacters: rollupOutputOptions.hashCharacters,
814815
entryFileNames: rollupOutputOptions.entryFileNames,
815816
},
816817
},

0 commit comments

Comments
 (0)