v1.0.10
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 π
- feat: support dependencies in resolve hook callback by @SyMind in #7949
- feat(rspack_plugin_schemas): http import schema plugin by @ScriptedAlchemy in #7008
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 ofcompilation.getPath
by @LingyuCoder in #8074 - fix: allow file names and directory names to contain brackets by @inottn in #8069
Other Changes
- refactor: add JSDoc to improve Rspack configuration.optimization types. by @GiveMe-A-Name in #8081
- chore(deps): update pnpm to v9.12.1 by @renovate in #8065
Full Changelog: v1.0.9...v1.0.10