about summary refs log tree commit diff stats
path: root/web-ext-config.js
blob: dd90decab896f4a2853c30f8d77dc88eb2be375a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module.exports = {
	ignoreFiles: ["instances/get_instances.py"],
	sourceDir: "./src/",
	run: {
		browserConsole: true,
	},
	build: {
		overwriteDest: true
	}
}