v1.2.1 hotfix invalid ESM references in UMD autogenerated modules
npm i @rondinif/[email protected]
Take a look at the updated UMD PhytoJS sample:
node samples/index.umd.js
node samples/index.umd.1.js
node samples/index.umd.2.js
node samples/index.umd.3.js
in case of failure:
- Download
rondinif-phytojs-1.2.1.tgz
and expand it in a temp folder :tmp *$ tar -xvzf rondinif-phytojs-1.2.1.tgz
- replace
node_modules/@rondinif/phytojs/umd/phyto.js
with<YOUR-TMP>/package/umd/phyto.js
- check the hot-fix is working by running again the samples