What's Changed
- fix: commonjs loading with extra output dir by @underfin in #2092
- fix: fix fast refresh on windows by @h-a-n-a in #2095
- fix: examples/react resolve failed by @jerrykingxyz in #2108
- feat: support guided panic info with backtrace by @h-a-n-a in #2097
- fix: library umd code excute by @underfin in #2094
- feat: stats chunkRelations and chunkModules by @ahabhgk in #2096
- feat: config validate strategy by @ahabhgk in #2137
- feat: loader api add dependency by @MBearo in #2121
- fix: correct license by @JSerFeng in #2159
- refactor: use
unwrap_or_else
by @tuchg in #2167 - fix(resolve): path with relative from tsconfig/baseUrl should work by @bvanjoi in #2174
- fix: incremental rebuild not work by @jerrykingxyz in #2214
- pref(source): use use once cell for source map line chunk during substring by @bvanjoi in #2187
- refactor: use better typing to remove any by @HerringtonDarkholme in #2211
- feat: array type for externals by @ahabhgk in #2217
- fix(plugin-html): fix template with process by @h-a-n-a in #2226
- feat: support configuration file written in TypeScript by @HerringtonDarkholme in #2227
- feat(cli): support config return promise by @hardfist in #2230
- fix(cli): make ts-node as an optional peer dependency by @fi3ework in #2231
- chore: prettierignore complement by @ycjcl868 in #2184
- fix: Avoid reporting warning the export when src module format is none esm by @IWANABETHATGUY in #2172
- refactor: runtime module by @underfin in #2216
- fix(testing): resolve context for fixtures controlled by
test.config.js
by @tuchg in #2234 - fix: normalize identifier for externalsType umd by @underfin in #2233
- feat: externalsPresets.node by @ahabhgk in #2239
- fix: postcss modules warning when using postcss-loader by @ahabhgk in #2243
- ci: reduce CI workload by @IWANABETHATGUY in #2248
- fix: runtime module cacheable by @underfin in #2250
- feat: amd library by @underfin in #2240
- fix(dev-middleware): compatibility with native node handler by @danielroe in #2186
- fix: remove extern crate syntax, use syntax of the 2018 edition by @zscumt123 in #2134
- refactor(rspack_core): refactor ModuleGraph by @Boshen in #2265
- revert: downgrade swc version by @jerrykingxyz in #2276
- fix: fix webpack-sources interoperation by @h-a-n-a in #2282
New Contributors
- @lencx made their first contribution in #2102
- @monster1935 made their first contribution in #2112
- @mewcoder made their first contribution in #2104
- @ycjcl868 made their first contribution in #2098
- @MBearo made their first contribution in #2121
- @XGHeaven made their first contribution in #2143
- @liruifengv made their first contribution in #2101
- @zscumt123 made their first contribution in #2151
- @fwqaaq made their first contribution in #2147
- @ZuBB made their first contribution in #2173
- @tuchg made their first contribution in #2167
- @zhoushaw made their first contribution in #2210
- @fi3ework made their first contribution in #2231
- @danielroe made their first contribution in #2186
- @OrangeXC made their first contribution in #2271
Full Changelog: v0.1.0...v0.1.1