Vue project uses webpack package to report errors, want to know how to solve it?

i webpack: Starting Build
(node:10512) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
(node:10512) DeprecationWarning: Tapable.apply is deprecated. Call apply on the plugin directly instead
 command: A webpack error occured while building: use --log-level=debug for more error detail
 command: dep.getResourceIdentifier is not a function
C:\Users\guanx\AppData\Roaming\npm\node_modules\webpack\node_modules\neo-async\async.js:14
    throw new Error("Callback was already called.");
    ^

Error: Callback was already called.
    at throwError (C:\Users\guanx\AppData\Roaming\npm\node_modules\webpack\node_modules\neo-async\async.js:14:11
)
Apr.02,2021

there are two problems

  1. webpack configuration code paste
  2. paste the package.json code

vuedraggable problem. Did you use this library for your project? Go to vuedraggable's issue to flip through


should be caused by your improper use of async.js, you can only see so many problems with this information.

Menu