Specify public URL for parcel builds
This commit is contained in:
parent
e2be6d05f4
commit
8d2fe8ca9c
@ -4,8 +4,8 @@
|
||||
"description": "ATST Stateless Services",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"watch": "parcel watch js/index.js -d static/assets -o index.js --no-autoinstall",
|
||||
"build": "parcel build js/index.js -d static/assets -o index.js",
|
||||
"watch": "parcel watch js/index.js -d static/assets --public-url /static/assets -o index.js --no-autoinstall",
|
||||
"build": "parcel build js/index.js -d static/assets --public-url /static/assets -o index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user