XavierCHN / x-template

DOTA2自定义游戏开发模板项目,使用typesscript和react开发; Xavier's DOTA 2 custom game template using typescript and react-panorama
MIT License
142 stars 82 forks source link

使用pnpm dev后报错: #46

Open Saitoseason opened 4 days ago

Saitoseason commented 4 days ago

[18:24:49] Requiring external module ts-node/register E:\worker\swjg\dota2-SWJG\node_modules\webpack\lib\NormalModule.js:207 throw new TypeError( ^

TypeError: The 'compilation' argument must be an instance of Compilation

貌似是webpack的问题?我去查了一下,试着卸了webpack5,改成webpack4,还是错的,又改了回来

Saitoseason commented 3 days ago

改成yarn后问题解决了,但是pnpm这个还是不行。。