This index lists the plugins that have been verified by compatibility tests with Rspack.
Plugin | Compatibility | Alternative | Remarks |
---|---|---|---|
html-webpack-plugin | alternative | builtins.html or @rspack/plugin-html | Currently does not support childCompiler related functionality in webpack |
DefinePlugin | included | builtins.define | |
copy-webpack-plugin | partially compatible | builtins.copy | Not currently compatible with the latest version, but is compatible with copy-webpack-plugin@5 version |
mini-css-extract-plugin | included | type="css" | |
terser-webpack-plugin | included | builtins.minifyOptions | |
progressPlugin | included | builtins.progress | |
webpack-bundle-analyzer | included | built-in support, enabled with --analyze flag | |
webpack-stats-plugin | compatible | ||
tsconfig-paths-webpack-plugin | included | resolve.tsConfigPath | |
HotModuleReplacementPlugin | compatible | devServe.hot |