We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec615c commit 1bed31dCopy full SHA for 1bed31d
package.json
@@ -4,7 +4,7 @@
4
"description": "Example project for Spine animations in Phaser 3 with TypeScript plus SpinePlugin typing files!",
5
"scripts": {
6
"start": "parcel src/index.html -p 8000",
7
- "build": "parcel build src/index.html --out-dir dist",
+ "build": "parcel build src/index.html --out-dir dist --public-url ./",
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
10
"author": "supertommy",
0 commit comments