Skip to content

v2.3.4

Compare
Choose a tag to compare
@7PH 7PH released this 16 Jan 13:53

🐞 Bug fixes

  • Provide both ESM & CJS bundles. New structure:
    • ./build/src/index.d.ts: type declaration
    • ./lib/index.esm.js: ESM bundle
    • ./lib/index.cjs: CJS bundle (same as before, but generated using esbuild rather than tsc)
    • ./dist/powerglitch.min.js: IIFE bundle (unchanged)
    • ./package.json: Add links to GH repo, specify CJS/ESM locations

πŸ‘₯ Thanks

@rklos for raising the issue