-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
commonjs
const ReactRefreshPlugin = require('@rspack/plugin-react-refresh');
new ReactRefreshPlugin({ overlay: false });esm
import ReactRefreshPlugin from '@rspack/plugin-react-refresh';
new ReactRefreshPlugin({ overlay: false });all report error
v1.2.2 main file exports
ReactRefreshRspackPlugin.deprecated_runtimePaths = paths_1.runtimePaths;
ReactRefreshRspackPlugin.loader = 'builtin:react-refresh-loader';
module.exports = ReactRefreshRspackPlugin;v1.3.0 main file exports
exports.ReactRefreshRspackPlugin = ReactRefreshRspackPlugin;
ReactRefreshRspackPlugin.deprecated_runtimePaths = paths_1.runtimePaths;
ReactRefreshRspackPlugin.loader = 'builtin:react-refresh-loader';
exports.default = ReactRefreshRspackPlugin;this is a major breaking change.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
