Skip to content

v1.0.10

Compare
Choose a tag to compare
@SyMind SyMind released this 11 Oct 07:00
· 526 commits to main since this release

What's Changed

Highlights

The swc_core crate has been upgraded from version 0.106.1 to 0.109.1. Fixed the source map error in SWC minifier when used with Sentry.

For a detailed comparison between swc versions, see the https://github.com/swc-project/swc/compare/[email protected][email protected].

Exciting New Features πŸŽ‰

Bug Fixes 🐞

  • fix: the value of this.sourceMap in LoaderContext is incorrect when using SourceMapDevToolPlugin by @inottn in #7968
  • fix: source map is not works with Sentry by @SyMind in #8080
  • fix: should support chunk.contentHash in PathData of compilation.getPath by @LingyuCoder in #8074
  • fix: allow file names and directory names to contain brackets by @inottn in #8069

Other Changes

Full Changelog: v1.0.9...v1.0.10