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