You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would useful to be able to match multiple routes with single regex pattern in SplittedFunctionOptions.routes, as now every route should be listed in the config.
// Before -routes: ['pages/app/index','pages/app/products','pages/app/products/[id]'],// After+routes: ['pages/app/:path*'],
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
It would useful to be able to match multiple routes with single regex pattern in
SplittedFunctionOptions.routes
, as now every route should be listed in the config.The text was updated successfully, but these errors were encountered: