build: fix firefox, add 2 new things to stats tab

This commit is contained in:
David Ralph
2021-08-14 15:03:01 +01:00
parent 0f20983c37
commit b8c793741f
2 changed files with 3 additions and 1 deletions

View File

@@ -56,7 +56,7 @@
"start": "webpack serve",
"build": "webpack --mode=production",
"chrome": "cp manifest/chrome.json build/manifest.json && cp -r manifest/_locales build/_locales && cp manifest/background-chrome.js build/background-chrome.js",
"firefox": "rm -rf build/_locales && cp manifest/firefox.json build/manifest.json"
"firefox": "rm -rf build/_locales && cp manifest/firefox.json build/manifest.json && cp manifest/background-firefox.js build/background-firefox.js"
},
"browserslist": {
"production": [