Skip to content

v1.2.1 hotfix invalid ESM references in UMD autogenerated modules

Compare
Choose a tag to compare
@rondinif rondinif released this 01 Jun 06:02
· 42 commits to master since this release

NPM package

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:

  1. Download rondinif-phytojs-1.2.1.tgz and expand it in a temp folder : tmp *$ tar -xvzf rondinif-phytojs-1.2.1.tgz
  2. replace node_modules/@rondinif/phytojs/umd/phyto.js with <YOUR-TMP>/package/umd/phyto.js
  3. check the hot-fix is working by running again the samples