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 t...