-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[bug] does not work with @angular/angular-cli@6.0.0 #1344
Comments
This is a blocking issue for us. Is there any ETA for a fix? |
@Ben305 It's issue with @amitport Since this issue already resolved by the change in |
@IvanGoncharov can we wait a couple of days until it will be included in some release? make sure everything is working OK together. EDIT: I'm still getting the EDIT 2: this is an intentionally breaking change in Angular-CLI (also related: angular/angular-cli#10681 (comment)) |
@amitport Sure 👍 |
@amitport It looks like this was fixed in 60c03ab but not released yet. Can you please run your test on |
Did work, though I got to say IMO it's missing the point made in angular/angular-cli#9827 (comment). A library should not rely on a specific build tool, and in this case it relies on webpack to replace the This is not relevant to this issue though. Closing, thanks! |
@amitport Can confirm this works with @angular/cli 6.0.3 and latest master branch. Can we get a new release on NPM please? |
Maybe @mjmahone could also publish a new release with this fix |
@Ben305 @amitport Update: @mjmahone working on |
when is this expected to be released? |
I have update to |
Yes, its a graphql issue, had the same problem with React@16, had to upgrade to graphql 14 |
The core issue is the same as angular/angular-cli#10744
I'm not sure the fix should be only in
@angular-devkit
- to me it seems reasonable to expect that graphql lib provide a.js
main file.There is an additional complication. After editing
@angular-devkit
trying to fix.mjs
issue according to #1272 (comment), I'm getting the following error:The text was updated successfully, but these errors were encountered: