Does webpack packages files referenced in .angular-cli.json?

柔情痞子 提交于 2019-12-01 12:15:22

Looks like you are using jhipster which is just partly supports angular cli(only for codegeneration purposes). That is why your scripts, assets in your .angular-cli.json not making any effect as jhipster is using its own build chain. So with jhipser you have to do it a bit differently.

You need to use vendor.ts where you can reference your custom css and js files.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!