Skip to content

Commit

Permalink
fix: typo in plugin-legacy (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Mar 24, 2021
1 parent 524a018 commit 9a2ce75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-legacy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ module.exports = viteLegacyPlugin

viteLegacyPlugin.default = viteLegacyPlugin

viteLegacyPlugin.cpsHashes = [
viteLegacyPlugin.cspHashes = [
createHash('sha256').update(safari10NoModuleFix).digest('base64'),
createHash('sha256').update(systemJSInlineCode).digest('base64')
]

0 comments on commit 9a2ce75

Please sign in to comment.