We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dfc198 commit e46e0aaCopy full SHA for e46e0aa
1 file changed
test/test.spec.ts
@@ -65,7 +65,7 @@ const compileWithReactRefresh = (
65
splitChunks: {
66
cacheGroups: {
67
reactRefresh: {
68
- test: /[\\/](react-refresh|plugin-react-refresh\/client)[\\/]/,
+ test: /[\\/](react-refresh|rspack-plugin-react-refresh\/client)[\\/]/,
69
name: 'react-refresh',
70
chunks: 'all',
71
priority: -1000,
0 commit comments