Changes made in files under node_modules

后端 未结 2 1605
梦如初夏
梦如初夏 2021-01-14 01:44

I have changed some files present in node_modules folder. But when I build the application using ng build -op=\"app\" --base -href=\"dist\" --aot and when I dep

2条回答
  •  渐次进展
    2021-01-14 02:00

    This depends on how you build your app, probably your webpack config. Show us your webpack config, you should configure your loader to include the module.

提交回复
热议问题