Skip to content

Commit 35286d0

Browse files
authored
fix: remove deprecated static method for runtime paths (#95)
1 parent 5713de6 commit 35286d0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ const PLUGIN_NAME = 'ReactRefreshRspackPlugin';
2222
class ReactRefreshRspackPlugin {
2323
options: NormalizedPluginOptions;
2424

25-
/**
26-
* @deprecated
27-
*/
28-
static get deprecated_runtimePaths() {
29-
return getRefreshRuntimePaths();
30-
}
31-
3225
constructor(options: PluginOptions = {}) {
3326
this.options = normalizeOptions(options);
3427
}

0 commit comments

Comments
 (0)