We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This circular dependency breaks my bundle anytime and i have no idea about it
(!) Circular dependency: node_modules/htmlparser2/lib/index.js -> node_modules/htmlparser2/lib/FeedHandler.js -> node_modules/htmlparser2/lib/index.js (!) Circular dependency: node_modules/htmlparser2/lib/index.js -> node_modules/htmlparser2/lib/FeedHandler.js -> commonjs-proxy:/home/orar/workspace/npmlab/questrar/node_modules/htmlparser2/lib/index.js -> node_modules/htmlparser2/lib/index.js (!) Circular dependency: node_modules/htmlparser2/lib/index.js -> node_modules/htmlparser2/lib/Stream.js -> node_modules/htmlparser2/lib/index.js (!) Circular dependency: node_modules/htmlparser2/lib/index.js -> node_modules/htmlparser2/lib/ProxyHandler.js -> node_modules/htmlparser2/lib/index.js (!) Circular dependency: node_modules/htmlparser2/lib/index.js -> node_modules/htmlparser2/lib/CollectingHandler.js -> node_modules/htmlparser2/lib/index.js
And i get the follow error when i run my bundle
var DomHandler$1 = lib.DomHandler; ^ TypeError: Cannot read property 'DomHandler' of undefined
The text was updated successfully, but these errors were encountered:
I believe this is a duplicate of #223, which has been fixed but not released, yet.
Sorry, something went wrong.
When is this going to be released?
It has been released!
No branches or pull requests
This circular dependency breaks my bundle anytime and i have no idea about it
And i get the follow error when i run my bundle
The text was updated successfully, but these errors were encountered: