-
-
Notifications
You must be signed in to change notification settings - Fork 384
mini-css-extract-plugin Callback was already called. #577
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
Comments
@LeachZhou Update |
@evilebottnawi I tried to update to the latest version, but I still got an error "css-loader": "^4.2.2",
"mini-css-extract-plugin": "^0.11.0",
"webpack": "^4.44.1", /Users/xxx/project/landing2/node_modules/_neo-async@2.6.2@neo-async/async.js:16
throw new Error('Callback was already called.');
^
Error: Callback was already called.
at throwError (/Users/xxx/project/landing2/node_modules/_neo-async@2.6.2@neo-async/async.js:16:11)
at /Users/xxx/project/landing2/node_modules/_neo-async@2.6.2@neo-async/async.js:2818:7
at process._tickCallback (internal/process/next_tick.js:61:11) |
@evilebottnawi How to reproduce
|
Update dependencies please https://github.com/LeachZhou/loading2/blob/master/package.json |
@ericclemmons already updated |
I'm having the same issue 🤔️ "css-loader": "^4.2.2",
"mini-css-extract-plugin": "^0.11.0",
"style-loader": "^1.2.1",
"webpack": "^4.44.1", |
@evilebottnawi help us check this issue,please |
@LeachZhou Please run Bug on SECURITY WARNING: remove |
Duplicate #489 |
Expected Behavior
html-loader attrs: ['img:src', 'link:href'] can be used with MiniCssExtractPlugin.loader without error
Actual Behavior
An error occurred when html-loader attrs: ['img:src', 'link:href'] and MiniCssExtractPlugin.loader were used together
Code
How Do We Reproduce?
According to the above configuration, an error will occur
The text was updated successfully, but these errors were encountered: