Are Parcel.js paths configurable?
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.