我正在尝试使用 yarn 2 来使用 webpack 构建应用程序,并且在使用 webpack 4pnp-webpack-plugin
和 webpack 5 构建时出现此错误:
(node:415) UnhandledPromiseRejectionWarning: Error: Error on webpack build: ../lib/core/lib/nudash.js
Module not found: Error: Something that got detected as your top-level application (because it doesn't seem to belong to any package) tried to access a package that is not declared in your dependencies
Required package: core-js (via "core-js/modules/web.dom-collections.iterator")
Required by: /usr/src/app/lib/core/lib/nudash.js
我看不出是什么导致了这个问题,它适用于纱线 1,那么我能做些什么来解决这个问题呢?