I'm interested in Parcel.js and experimented with it yesterday. I noticed that it generates paths to my CSS and JavaScript files that doesn't correspond with my actual paths.

Is it possible to configure the paths in Parcel? On one hand, it's great that you don't need the level of configuration that you need in something like Webpack. On the other, if they defaults just don't map to the correct files, your site won't work.
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 yourindex.html