Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Always Parcel
  • Loading branch information
fregante committed Dec 9, 2023
1 parent 30189aa commit 5630f74
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
"test": "xo && npm run build",
"watch": "parcel watch --no-cache --no-content-hash --no-hmr"
},
"browserslist": [
"Chrome 110",
"Firefox 110"
],
"xo": {
"envs": [
"browser",
Expand Down Expand Up @@ -55,6 +51,9 @@
"main": false,
"module": false,
"default": {
"engines": {
"browsers": "Chrome 110, Firefox 110"
},
"source": "./source/manifest.json",
"distDir": "./distribution"
}
Expand Down

0 comments on commit 5630f74

Please sign in to comment.