Webpack not excluding node_modules

前端 未结 5 694
轮回少年
轮回少年 2020-11-30 22:02

I\'m using webpack for a Node framework that I\'m building (though I should probably use gulp, admittedly). When I include the EJS module, webpack includes it in the compile

5条回答
  •  醉酒成梦
    2020-11-30 22:41

    If you ran into this issue when using TypeScript, you may need to add skipLibCheck: true in your tsconfig.json file.

提交回复
热议问题