-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
throw new Error('Cyclic dependency: '+JSON.stringify(node)) #981
Comments
@darkylmnx I had the same problem. I've changed html-webpack-plugin 3.2 to 4.0.0-alpha, and now it's working. |
I'm using version 4 already
Le lun. 18 juin 2018 à 09:49, Cory <[email protected]> a écrit :
… @darkylmnx <https://github.com/darkylmnx> I had the same problem. I've
changed html-webpack-plugin 3.2 to 4.0.0-alpha, and now it's working.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#981 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABXDtQP4nglbUqFZEi5ux4yl-PKeF0sqks5t91uigaJpZM4UqXb5>
.
|
@darkylmnx this should be fixed in the current version - can you please let us know the exact html-webpack-plugin version your are using? |
This comment has been minimized.
This comment has been minimized.
@edtoken you are not using the version with the fix. |
I am getting the same error, no matter which version I am using (Both Weirdly, setting Webpack config
Package dev dependencies
|
4.0.0-alpha does not include topsort: https://github.com/jantimon/html-webpack-plugin/blob/webpack-4/package.json So I am not sure how a topsort error might occur for 4.0.0-alpha |
Maybe there's another |
Edit: My real problem was that both |
Can confirm, that set chunksSortMode to none works with 3.2.0:
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Expected behaviour
Just installed the new Vue cli which uses internally webpack 4, I'm expecting evrything to go fine but...
Current behaviour
It seems there's a JSON / cyclic problem with your plugin and toposort or something @jantimon
Environment
Windows 10
Console : Cmder
The webpack config is the following
The text was updated successfully, but these errors were encountered: