-
Notifications
You must be signed in to change notification settings - Fork 113
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
EditorWatchdog deep import warning #181
Comments
cc @ma2ciek |
I'll check it. But TBH I don't think it's a real issue. |
I see it's a new complier warning (IVY). |
I tried to update the library compiler but that's not so easy in the current situation. I'll lower the issue priority as it's not breaking anything and the fix is currently hard to guess. |
Hm. that's probably a reason why the production build sometimes fails - #194. :disappointed: I'll have to look closer on it. |
I saw just a PR fixing such an issue - nicky-lenaers/ngx-scroll-to#123. And the fix was mainly by updating dev dependencies. So I'll have to work on the #182 soon. |
+1 |
Same issue here, waiting for a fix. |
any progress on this? |
Any updates |
Unfortunately, the recent update of deps and internal tools for building the library didn't close this issue, but I checked that it should be possible to turn these warnings off by creating the |
@ma2ciek Thanks for the update! Can you tell if this was the reasons for your production build to fail? |
Short answer: no. Our release script was using out-dated Angular utils, which built a library incompatible with Angular 9+ apps. After updating library bundling utils it turned out that the new major version should be released as the bundled library is no longer compatible with Angular 5-8 (hello the beautiful JS world) That's why the https://github.com/ckeditor/ckeditor5-angular/releases/tag/v2.0.1 was released. |
I have use this code. it has solve my problem. |
@nemofalcon hello there. Sorry for bothering you, but where you added this code ? |
Create module.exports = {
packages: {
'@ckeditor/ckeditor5-angular': {
ignorableDeepImportMatchers: [
/@ckeditor\//,
]
}
}
} Any news on this its really anoying :D |
I don't know whether this is somewhat relevant, but from last deps version bump angular started to throw next warning when serving app with ckeditor5-angular component:
Versions:
ckeditor5-angular: 1.2.2 (bumped from 1.2.1)
angular: 9.1.0 (bumped from 9.0.4)
Related: angular/angular#35615
The text was updated successfully, but these errors were encountered: