CasiOo
CasiOo
@jwx Aren't the `targets` part meant for building toward multiple target platforms like web, Electron, mobile etc. ? I don't think we're supposed to add a `prod` and `dev` target.
- Changing output folder. The skeletons use `/dist`. - Adding clean task for `stage & prod`. You wouldn't clean between dev builds in watch mode. - Adding plugins such as...
Can't you just add a try-catch around your own code calling `enhance`? I ask because it sounds like there's a bug in your code, where you're calling an Aurelia api...
I think it would be better to have a `requestOptions` argument. The property `traditional` will then be a property on the `requestOptions` object. This way it will be easier to...
@bigopon is right. This PR will be very useful when dealing with navigation with child routes
I would also expect `navigateToRoute` and `generate` to be part of the main router docs.