@lynx-js/react-refresh-webpack-plugin@0.4.0
·
6 commits
to main
since this release
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.