-
Notifications
You must be signed in to change notification settings - Fork 18
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
Are nrwl/nx integration possible with angular2-rollup? #25
Comments
Integration with nrwl/nx is very welcome if it is possible. Do you want to help create the plugin @matthewharwood or investigate level of effort? |
I can investigate into nrwl! I think the first step is how does angular2-rollup become a If making |
In 2.0.0 I purposefully made the ngr.config.js share the same schema as angular.json. I honestly wish I could have just extended the angular.json to provide another production build. Debugging is not a world of pain if you are using the variable and property naming reports. These files will help you backtrace the property that is in error in the console to your source code. Granted they aren't as helpful as source maps, but these files still get the job done. Tooling would be helpful here of course and could possibly be created that reads the reports and generates hints for where the bug from mangling comes from. |
Whoops. Reopening because I mistakingly closed this issue. |
@matthewharwood The ROADMAP has changed after evaluating the latest Builders API, angular-rollup 3.0.0 will be an extension of Angular CLI. I was holding out for the Builders API to be stable. POC is here https://github.com/steveblue/architect |
Whoah! I read your post on medium! bravo brother! You should try to get this in a good place and show it to nrwl... they are all about "enterprise" yeah? |
@matthewharwood @steveblue can you please give the link to that medium post? |
Do you have plans for integration with nrwl/nx on your roadmap? Nrwl def has a story for Angular/Bazel but it's in flux and there is no Closure. They also have angular-console which could be awesome if angular-rollup could fit in the plugin system they offer. This is asking a lot but would be really awesome to have ABC + nrwl/nx
The text was updated successfully, but these errors were encountered: