We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fa40e commit 0d87749Copy full SHA for 0d87749
src/index.ts
@@ -22,13 +22,6 @@ const PLUGIN_NAME = 'ReactRefreshRspackPlugin';
22
class ReactRefreshRspackPlugin {
23
options: NormalizedPluginOptions;
24
25
- /**
26
- * @deprecated
27
- */
28
- static get deprecated_runtimePaths() {
29
- return getRefreshRuntimePaths();
30
- }
31
-
32
constructor(options: PluginOptions = {}) {
33
this.options = normalizeOptions(options);
34
}
0 commit comments