@rspack/plugin-react-refresh 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,3 @@
1
- import { ReactRefreshRspackPlugin, type PluginOptions } from '../dist/index.js';
1
+ import { ReactRefreshRspackPlugin } from '../dist/index.js';
2
2
 
3
- export type { PluginOptions };
4
- export default ReactRefreshRspackPlugin;
3
+ export = ReactRefreshRspackPlugin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/plugin-react-refresh",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "repository": "https://github.com/rspack-contrib/rspack-plugin-react-refresh",
5
5
  "license": "MIT",
6
6
  "description": "React refresh plugin for Rspack",