Closed codeart1st closed 2 years ago
I kind of suspect that this is expected and nothing to worry about. I mean this circular dependency is in fact by purpose.
If it's intendet and there are no ways to ignore this warning in the library itself, the issue can be closed.
Currently to get rid of the message I added the following to my webpack config.
ignoreWarnings: [
/Circular dependency between chunks with runtime/
],
ignoreWarnings: [ /Circular dependency between chunks with runtime/ ],
This actually ignores all kinds of these messages. I would not do this as you might miss proper issues!
I'm still investigating whether there is a way around this. I'm currently creating a library with a similar goal and experience the same issue.
It is intended, yes, hence feel free to close. Side-note: as a Ukrainian, I'm currently not super-inclined to look at code and will be slow to respond to issues.
Close it now as a kind of documentation.
OT: I wish all ukrainian people and the russian people which were arrested because of demonstration peace in the world. ☮
Current versions of webpack don't seem to like the recursion inside workerHelper.js