You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
ERROR in Entry module not found: Error: Can't resolve 'D:\tools\Code\FrontEnd\Webpack\webpack-demo\src\pages\common\index\pages' in 'D:\tools\Code\FrontEnd\Webpack\webpack-demo'
原因:
configEntry[page] = path.resolve(dirVars.pagesDir, page + '/pages');把
'/pages'去掉就好了。但还是不清楚大大的本意,可能是想把生成文件放在build/pages/下。
我直接在filename里加了。。。
初学,不好意思。。。