Group lazy routes
Hello! I was wondering if its possible to split multiple routes into a single bundle, i for example want all routes that start with
/test to be in a secondary bundle, instead of each one into its own as it works by default with lazy routes, is this possible?