Closed
Description
- Operating System:
macOS 10.15.2 - Node Version:
v10.17.0 - NPM Version:
6.11.3 - webpack Version:
webpack@4.41.5
webpack-cli@3.3.10 - mini-css-extract-plugin Version:
mini-css-extract-plugin@0.9.0
Expected Behavior
Error thrown that lead to something meaningful (still not sure what actually goes wrong)
Actual Behavior
Thrown the error in some third-party lib
% npm run build -- --mode development
> example@1.0.0 build /Users/user/foo
> webpack "--mode" "development"
/Users/user/foo/node_modules/neo-async/async.js:16
throw new Error('Callback was already called.');
^
Error: Callback was already called.
at throwError (/Users/user/foo/node_modules/neo-async/async.js:16:11)
at /Users/user/foo/node_modules/neo-async/async.js:2818:7
at process._tickCallback (internal/process/next_tick.js:61:11)
Code
https://gist.github.com/ogonkov/2e23941414d6f0b3d5328bd80cba5674
How Do We Reproduce?
- Checkout gist above
npm i
npm run build
Metadata
Metadata
Assignees
Labels
No labels