-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
use class for config generation #910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
See v6 |
What's missing @katallaxie ? |
There's a problem with those DLLs @katallaxie, when you have a vendor script that extends something like rxjs Subject(like @ngrx/store), and you don't put it inside the "rxjs" dll array, none of the added operators are gonna work on it. Perhaps it's just a naming / documentation problem though. |
@fxck that's a feature 😄 . yep, but that is how it works, because all |
Yeah, but given that it's called
I automatically assumed it's rxjs operators only, but in fact, it's for every lib that's using rxjs :) |
@fxck you could simply move everything to |
Uh oh!
There was an error while loading. Please reload this page.
https://github.com/angular/angular-cli/blob/master/addon/ng2/models/webpack-config.ts
https://github.com/angular/angular-cli/blob/master/addon/ng2/models/webpack-build-common.ts
https://github.com/angular/angular-cli/blob/master/addon/ng2/models/webpack-build-development.ts
https://github.com/angular/angular-cli/blob/master/addon/ng2/models/webpack-build-production.ts
looks kinda neat and clean, doesn't it?
The text was updated successfully, but these errors were encountered: