diff options
Diffstat (limited to 'web-ext-config.js')
-rw-r--r-- | web-ext-config.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web-ext-config.js b/web-ext-config.js index f30b73e3..dd90deca 100644 --- a/web-ext-config.js +++ b/web-ext-config.js @@ -1,3 +1,10 @@ module.exports = { ignoreFiles: ["instances/get_instances.py"], + sourceDir: "./src/", + run: { + browserConsole: true, + }, + build: { + overwriteDest: true + } } |