PARCEL Documentation
"scripts": {
"start": "parcel <your directory example ./index.html>"},
"scripts": {
"start": "parcel <your directory example ./index.html>",
"build": "parcel build <your directory example ./index.html> "
},
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --out-dir directory-name"
},
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --no-minify"
},
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --no-cache"
},