Browse Source

Chromium refuses minified code (‘not utf-8’)

tags/v0.1.0
Gerben 4 years ago
parent
commit
b1cd064c48
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      package.json

+ 2
- 0
package.json View File

@@ -10,6 +10,8 @@
"scripts": {
"dev": "webextension-toolbox dev",
"build": "webextension-toolbox build",
"build-all": "npm run build firefox && npm run build-chrome",
"build-chrome": "webextension-toolbox build --no-minimize chrome",
"test": "ava"
},
"devDependencies": {


Loading…
Cancel
Save