File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ export default async function getBaseWebpackConfig(
193193 react : {
194194 name : 'commons' ,
195195 chunks : 'all' ,
196- test : / [ \\ / ] n o d e _ m o d u l e s [ \\ / ] ( r e a c t | r e a c t - d o m ) [ \\ / ] / ,
196+ test : / [ \\ / ] n o d e _ m o d u l e s [ \\ / ] ( r e a c t | r e a c t - d o m | s c h e d u l e r ) [ \\ / ] / ,
197197 } ,
198198 } ,
199199 } ,
@@ -210,7 +210,7 @@ export default async function getBaseWebpackConfig(
210210 react : {
211211 name : 'commons' ,
212212 chunks : 'all' ,
213- test : / [ \\ / ] n o d e _ m o d u l e s [ \\ / ] ( r e a c t | r e a c t - d o m ) [ \\ / ] / ,
213+ test : / [ \\ / ] n o d e _ m o d u l e s [ \\ / ] ( r e a c t | r e a c t - d o m | s c h e d u l e r ) [ \\ / ] / ,
214214 } ,
215215 } ,
216216 } ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export function getPageChunks(
4545 if ( mod . includes ( 'node_modules/' ) ) {
4646 if (
4747 mod . match (
48- / n o d e _ m o d u l e s \/ ( @ b a b e l | c o r e - j s | s t y l e d - j s x | s t r i n g - h a s h | o b j e c t - a s s i g n | p r o c e s s | r e a c t | r e a c t - d o m | r e g e n e r a t o r - r u n t i m e | w e b p a c k | n o d e - l i b s - b r o w s e r ) \/ /
48+ / n o d e _ m o d u l e s \/ ( @ b a b e l | c o r e - j s | s t y l e d - j s x | s t r i n g - h a s h | o b j e c t - a s s i g n | p r o c e s s | r e a c t | r e a c t - d o m | s c h e d u l e r | r e g e n e r a t o r - r u n t i m e | w e b p a c k | n o d e - l i b s - b r o w s e r ) \/ /
4949 )
5050 ) {
5151 return null
You can’t perform that action at this time.
0 commit comments