我为 react-beautiful-dnd github 项目做了一个 fork 并添加了一些功能,但是当我使用 yarn run build
我的项目中的新 dist 构建我的 fork 时,我遇到了一个编译问题
./node_modules/suivi-beautiful-dnd-with-custom-payload/dist/react-beautiful-dnd.esm.js
Module not found: Can't resolve './view/drag-drop-context/index.js' in 'C:\Users\tahas\OneDrive\Bureau\Backend\Statsh\Statsh.Frontend_POC\node_modules\suivi-beautiful-dnd-with-custom-payload\dist'
我看到我在 npm中的构建和 react-beautiful-dnd npm 提供的构建之间存在差异,但我不明白为什么我会有所不同,或者我没有更改 package.json 文件中的构建配置?
我的 npm 构建的屏幕截图:
react-beautiful-dnd npm 提供的构建截图:
如何解决这个问题?