@sixagency/parcel-runtime-navitas
v4.0.0
Published
This is a copy of a parcel bundler hack that was added to fix a url issue with the navitas setup.
Downloads
21
Readme
parcel-runtime-navitas
This is a copy of a parcel bundler hack that was added to fix a url issue with the navitas setup.
It was originally implemented and published under @maffoo on npm, however this repo is so that six can take ownership of this code.
Modified again by six for parcel compatability updates.
Process:
This file is based on the default parcel bundler runtime. The difference is a modified src/helpers/bundle-url.js
file.
This file injects a 'SIX_PUBLIC_URL_TOKEN' token directly into all urls.
That url is then replaced at build-time to be the url the application should be built for (via an azure SED build step).
This is hosted on npm https://www.npmjs.com/package/@sixagency/parcel-runtime-navitas
To update, login to Six-devops account, and update to npm, then patch the other repos for new version.