-
Notifications
You must be signed in to change notification settings - Fork 5
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
Callback was already called. #16
Comments
I figured as much as that the callback is called multiple times. The subject file to blame is manifest file, which is a file created using https://www.npmjs.com/package/webpack-assets-manifest. |
The issue arrises when the callback throws an error, csso-webpack-plugin/src/index.js Line 79 in 9cf1e22
In that case, the async is not completed and you arrive at: csso-webpack-plugin/src/index.js Line 144 in 9cf1e22
The actual error is:
I have not figured out whether this is directly related to |
It looks like error is only triggered when I add Here is a relevant issue. webpack-contrib/babel-minify-webpack-plugin#68 Seems that However, |
|
It appears that
csso-webpack-plugin
has some sort of concurrency condition:It is a large project. I get this inconsistently. No clue what could trigger it.
The only configuration I have is:
Specifications
/cc @zoobestik
The text was updated successfully, but these errors were encountered: