**Expected** Nested routes resolve child modules correctly with or without `--bundle`. **Current** - Without `--bundle`, the path is relative to `./app` directory. - With `--bundle`, the path is relative to the current directory of the route file. **Reproduce** - Clone https://github.com/mxth/nativescript-nested-lazy - `tns run ios` - `tns run ios --bundle`
Expected
Nested routes resolve child modules correctly with or without
--bundle.Current
--bundle, the path is relative to./appdirectory.--bundle, the path is relative to the current directory of the route file.Reproduce
tns run iostns run ios --bundle