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
Chunks with circular dependencies between chunks are supported by rollup, and they should also be suppored by the @modular-css/rollup plugin.
@modular-css/rollup
It throws a circular dependency error.
new DepGraph({ circular : true }) should fix it.
new DepGraph({ circular : true })
Can't run any builds since they error out every time.
modular-css
npm --version
node --version
The text was updated successfully, but these errors were encountered:
test: add failing test for #539
9b2c2a3
fix: support circular dependencies (#541)
b8dce99
Fixes #539
tivac
Successfully merging a pull request may close this issue.
Expected Behavior
Chunks with circular dependencies between chunks are supported by rollup, and they should also be suppored by the
@modular-css/rollup
plugin.Current Behavior
It throws a circular dependency error.
Possible Solution
new DepGraph({ circular : true })
should fix it.Steps to Reproduce (for bugs)
@modular-css/rollup
Context
Can't run any builds since they error out every time.
Your Environment
modular-css
npm --version
node --version
The text was updated successfully, but these errors were encountered: