We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Options
1 parent 2687dbb commit 071bfc8Copy full SHA for 071bfc8
packages/plugin-legacy/src/index.ts
@@ -844,4 +844,6 @@ export const cspHashes = [
844
dynamicFallbackInlineCode,
845
].map((i) => createHash('sha256').update(i).digest('base64'))
846
847
+export type { Options }
848
+
849
export default viteLegacyPlugin
0 commit comments