Skip to content

Commit

Permalink
feat(legacy): export Options (#14933)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSemenov committed Nov 10, 2023
1 parent 2687dbb commit 071bfc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugin-legacy/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -844,4 +844,6 @@ export const cspHashes = [
dynamicFallbackInlineCode,
].map((i) => createHash('sha256').update(i).digest('base64'))

export type { Options }

export default viteLegacyPlugin

0 comments on commit 071bfc8

Please sign in to comment.