Skip to content

Commit

Permalink
Parcel 🤷‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Dec 9, 2023
1 parent 9efe208 commit 1213f10
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"private": true,
"type": "module",
"scripts": {
"build": "parcel build source/manifest.json --dist-dir distribution --no-cache --detailed-report 0",
"build": "parcel build --no-cache --no-content-hash",
"lint": "xo",
"test": "xo && npm run build",
"watch": "parcel watch source/manifest.json --dist-dir distribution --no-cache --no-hmr"
"watch": "parcel watch --no-cache --no-content-hash --no-hmr"
},
"browserslist": [
"Chrome 110",
Expand Down Expand Up @@ -37,14 +38,30 @@
"parcel": "^2.10.3",
"xo": "^0.56.0"
},
"@parcel/resolver-default": {
"packageExports": true
},
"bundlewatch": {
"files": [
{
"path": "distribution/*"
}
]
},
"targets": {
"main": false,
"module": false,
"default": {
"source": "./source/manifest.json",
"distDir": "./distribution"
}
},
"webExt": {
"run": {
"startUrl": [
"https://github.com/fregante/github-issue-link-status/issues/57"
]
},
"sourceDir": "distribution"
}
}

0 comments on commit 1213f10

Please sign in to comment.