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:
@@ -22,6 +22,7 @@
|
|||||||
"targets": {
|
"targets": {
|
||||||
"default": {
|
"default": {
|
||||||
"source": "index.html",
|
"source": "index.html",
|
||||||
|
"context": "browser",
|
||||||
"publicUrl": "."
|
"publicUrl": "."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user