From 8220194c297c23d66d990081a3ca2e6e8bfe3366 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 1 Aug 2018 10:13:43 +0100 Subject: [PATCH] Use public-url ./ for parcel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0514474..83f6152 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "prestart": "npm run monkeyPatch", "start": "node_modules/.bin/parcel src/index.html", "prebuild": "npm run monkeyPatch", - "build": "node_modules/.bin/parcel build src/index.html" + "build": "node_modules/.bin/parcel build --public-url ./ src/index.html" }, "author": "Adam Goldsmith ", "license": "ISC"