Lin Xing

Results 2 comments of Lin Xing

Hi, I also encountered this problem recently, and then I found out that it can be solved by adding `.js` in extensions. ```js // webpack.config.js // before , ERROR in...

My guess is that not all packages have corresponding typescript versions , like `@types/react`. When the code is run, the package entry that is introduced is a `.js` type file.