Template project that contains the workaround for the missing support for bundling for file:///
protocol in parcel.
See script/fix-script-tag.ts
and package.json
for the workaround.
See parcel-bundler/parcel#7583 and parcel-bundler/parcel#7959 for feature requests.
- Ensure that a current (compatible) version of node is installed normally on your computer.
- On Windows, open a terminal in the directory of this file and execute the following command.
npm install && npm run build
- On Non-Windows, you'll be happy to figure it out by yourself.
- Navigate to the
dist
directory and open theindex.html
file in a browser.