Skip to content

Commit 81a4066

Browse files
authored
docs: fix regular expression on the Rolldown page (vitejs#20383)
1 parent f2a584e commit 81a4066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/rolldown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default {
127127
rollupOptions: {
128128
output: {
129129
advancedChunks: {
130-
groups: [{ name: 'vendor', test: /\/react(?:-dom)?// }]
130+
groups: [{ name: 'vendor', test: /\/react(?:-dom)?/ }]
131131
}
132132
}
133133
}

0 commit comments

Comments
 (0)