build: Construit avec chemins relatifs

This commit is contained in:
Mattéo Delabre 2019-12-04 00:03:17 -05:00
parent 4681c440fd
commit 5b3b46d801
Signed by: matteo
GPG Key ID: AE3FBD02DC583ABB
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"type": "module",
"main": "index.js",
"scripts": {
"build": "parcel build app/index.html",
"build": "parcel build --public-url ./ app/index.html",
"dev": "parcel app/index.html"
},
"devDependencies": {