Skip to content

Commit

Permalink
fix: set useDynamicUrlWebAccessibleResources to false
Browse files Browse the repository at this point in the history
  • Loading branch information
maltoze committed Oct 31, 2024
1 parent f6a0272 commit fcf28df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default defineConfig(() => {
!process.env.DISABLE_WEBEXTENSION
? webExtension({
manifest: getManifest(),
useDynamicUrlWebAccessibleResources: false,
additionalInputs: {
scripts: ['src/entries/contentScript/primary/main.tsx'],
html: [
Expand Down

0 comments on commit fcf28df

Please sign in to comment.