Minor Changes
-
BREAKING CHANGE (#2803)
Drop webpack support — the plugins now target Rspack only. All public types come from
@rspack/coreinstead ofwebpack(e.g.Compiler,Compilation,LoaderContext), and thewebpackdependency is removed. -
BREAKING CHANGE (#2838)
Remove
ReactRefreshWebpackPlugin/ReactRefreshWebpackPluginOptions. UseReactRefreshRspackPlugininstead.