We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdc107 commit 13b9664Copy full SHA for 13b9664
exports/index.d.cts
@@ -1,4 +1,3 @@
1
-import { ReactRefreshRspackPlugin, type PluginOptions } from '../dist/index.js';
+import { ReactRefreshRspackPlugin } from '../dist/index.js';
2
3
-export type { PluginOptions };
4
-export default ReactRefreshRspackPlugin;
+export = ReactRefreshRspackPlugin;
0 commit comments