Skip to content

ESM fixes

Choose a tag to compare

@pcafstockf pcafstockf released this 15 Feb 01:40
· 14 commits to master since this release
  • ESM build specific fixes:
    • Added .js extensions for all relative imports (using tsc-esm-fix)
    • Use lodash-es
    • json5 imports now ESM compatible
    • ESM compatible peer dependency dynamic loading (yaml, dotenv, properties-reader)
  • Use tsx for running tests
  • Added package.json exports (browser-index.ts) which excludes Node.js functions
  • dependency updates