about summary refs log tree commit diff stats
path: root/web-ext-config.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ext-config.js')
-rw-r--r--web-ext-config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ext-config.js b/web-ext-config.js
index dd90deca..8c691b04 100644
--- a/web-ext-config.js
+++ b/web-ext-config.js
@@ -5,6 +5,6 @@ module.exports = {
 		browserConsole: true,
 	},
 	build: {
-		overwriteDest: true
-	}
+		overwriteDest: true,
+	},
 }