From 818c38e71e83477844ea68930662bea9a662997c Mon Sep 17 00:00:00 2001 From: Ilya Semenov Date: Fri, 10 Nov 2023 12:02:50 +0700 Subject: [PATCH] feat(legacy): export `Options` (#14931) --- packages/plugin-legacy/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/plugin-legacy/src/index.ts b/packages/plugin-legacy/src/index.ts index 71723d2a5a75f5..a121693446c039 100644 --- a/packages/plugin-legacy/src/index.ts +++ b/packages/plugin-legacy/src/index.ts @@ -844,4 +844,6 @@ export const cspHashes = [ dynamicFallbackInlineCode, ].map((i) => createHash('sha256').update(i).digest('base64')) +export type { Options } + export default viteLegacyPlugin