Skip to content

Commit

Permalink
🔧 Add web ext configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Toly committed Aug 23, 2024
1 parent f5efaa0 commit d494292
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/web-ext-config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default {
verbose: true,
build: {
overwriteDest: true,
},
ignoreFiles: ["webPage", "browserAction", "**/*/tsconfig.json"],
};

0 comments on commit d494292

Please sign in to comment.