Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@privatenumber privatenumber released this 07 Oct 05:48
· 20 commits to master since this release

3.0.0 (2022-10-07)

Bug Fixes

  • allow CJS globals in ESM -> CJS (#30) (bccdfed)
  • emit transpilation warnings after cache-hit (68d4720)
  • optional transformation warning type (94595f1)
  • provide file path to dynamic import transform (#33) (6d1fecf)
  • swap back windows path in sourcemap (a756b7b)

Code Refactoring

  • return applySourceMap from installSourceMapSupport (#34) (3211965)

Performance Improvements

BREAKING CHANGES

  • applyTransformers returns source map as object
  • applySourceMap no longer exported
  • transformDynamicImport now requires file path

Co-authored-by: Hiroki Osame [email protected]