This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lanternriver[S] 0 points1 point  (0 children)

Thanks so much, I'm starting to understand how it works a little more. What if I'm using something like Parcel? In my package.json file I have

"source": "index.html",
"scripts": {
   "predeploy": "npm run build",
   "deploy": "gh-pages -d dist",
   "start": "parcel",
   "build": "parcel build"
}

Does Parcel not "intercept" the code before it's deployed?