Matthew Francis Brunetti
Matthew Francis Brunetti
In addition to a project with multiple demo apps, there is the following scenario that requires multiple bundles: The developer is making a large application with many different sections, and...
It would be great if this was supported in the core, and another package wasn't necessary to do this.
@ctaepper I believe this issue is resolved by PR #163 .. Can you confirm and close this issue?
@oravecz Think we can close this now? Seeing as it's 2017 and support for IE7 & 8 is non-standard. Users can still bring their own polyfills if desired.
@schmod We were trying to use async functions in [resolve functions](https://toddmotto.com/resolve-promises-in-angular-routes/#phase-3-resolve-property-on-routes) used with [angular-ui-router](https://github.com/angular-ui/ui-router). These functions are called with `$injector.invoke()` and are expected to return a promise. I don't think...
Thanks @GurvanLd for that link, as I was looking for some plugin(s) for javascript There seems to be more broken links than working ones: http://www.mojohaus.org/l10n-maven-plugin/ http://www.mojohaus.org/javascript-maven-tools/ http://www.mojohaus.org/jslint-maven-plugin/ http://www.mojohaus.org/js-import-maven-plugin/ ...
Actually it's not the development builds I'm worried about. We want to use source maps in production so if any errors are reported to Rollbar we can use the stack...