Skip to content

Commit

Permalink
fix: add transformManifest to internalOptions (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
wallw-teal authored Jul 5, 2023
1 parent e428b55 commit 508ea6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite-plugin-web-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default function webExtension(
browser: options.browser,
htmlViteConfig: options.htmlViteConfig,
scriptViteConfig: options.scriptViteConfig,
transformManifest: options.transformManifest,
webExtConfig: options.webExtConfig,
verbose: process.argv.includes("-d") || process.argv.includes("--debug"),
disableColors:
Expand Down

0 comments on commit 508ea6d

Please sign in to comment.