© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Denny Trebbin
Lead Fullstack Developer. Experimenting with bleeding-edge tech. Irregularly DJ. Hobby drone pilot. Amateur photographer.
I guess, you are missing the --public-url ./ parameter (notice the ./ value) which would output something like <script src="d1d2e9c5.js"></script> in your index.html
--public-url ./
./
<script src="d1d2e9c5.js"></script>
index.html
Paul Jacobson
#Enthusiast, runner, coder, Happiness Engineer at @automattic . Passionate about my wife and #proudDad.
That's possible. Where in my code would I look for that? Is that an operator I'd use when running parcel index.html?
parcel index.html
Yes, it's an start parameter. I guess, you need to update your package.json or your task in Visual Studio Code.
parcel index.html --public-url ./ should do it for you.
parcel index.html --public-url ./