From d0bab00b403465a02c66875fc75ae8dfae83e330 Mon Sep 17 00:00:00 2001 From: Hygna Date: Sat, 22 Oct 2022 22:30:35 +0100 Subject: Moved web-ext config from flags to js file --- web-ext-config.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web-ext-config.js') 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 + } } -- cgit 1.4.1