mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Set targets.default.context in package.json
parcel doesn't auto-detect that field properly due to "engines". Closes: https://todo.sr.ht/~emersion/gamja/158
This commit is contained in:
parent
06f7cf9565
commit
e0de4d1b36
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
"targets": {
|
||||
"default": {
|
||||
"source": "index.html",
|
||||
"context": "browser",
|
||||
"publicUrl": "."
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue