Skip to content

Commit 9a2ce75

Browse files
authored
fix: typo in plugin-legacy (#2651)
1 parent 524a018 commit 9a2ce75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-legacy/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ module.exports = viteLegacyPlugin
563563

564564
viteLegacyPlugin.default = viteLegacyPlugin
565565

566-
viteLegacyPlugin.cpsHashes = [
566+
viteLegacyPlugin.cspHashes = [
567567
createHash('sha256').update(safari10NoModuleFix).digest('base64'),
568568
createHash('sha256').update(systemJSInlineCode).digest('base64')
569569
]

0 commit comments

Comments
 (0)