Skip to content

Commit 071bfc8

Browse files
authored
feat(legacy): export Options (#14933)
1 parent 2687dbb commit 071bfc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/plugin-legacy/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -844,4 +844,6 @@ export const cspHashes = [
844844
dynamicFallbackInlineCode,
845845
].map((i) => createHash('sha256').update(i).digest('base64'))
846846

847+
export type { Options }
848+
847849
export default viteLegacyPlugin

0 commit comments

Comments
 (0)