Strips /index.html from URLs in parcel builds
<a href="/my-page/index.html">
=>
<a href="/my-page/">
NOTE: Automatic stripping is only done when HMR is disabled (aka when building for production)
$ npm i -D parcel-plugin-strip-index-html
And that should do it!
$ npm i -g parcel-plugin-strip-index-html
$ strip-index-html /path/to/outputDir