Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
16 lines (16 sloc) 307 Bytes
module.exports = {
// Global options:
verbose: false,
// Command options:
build: {
overwriteDest: true,
},
run: {
startUrl: ["about:debugging"],
pref: [
"extensions.webextensions.tabhide.enabled=true",
],
noReload: true,
firefox: "firefoxdeveloperedition",
},
};
You can’t perform that action at this time.