how to exlude few nod_modules file from ng build --prod (uglifyjs) - In Angular 4

54 Views Asked by At

how to exlude few nod_modules file from ng build --prod (uglifyjs) as uglifyjs try to compress it , but fails to do so.

I tried to do it using tsconfig.json exclude - not working so trying to do it through webpack.config.js .

Please could anyone help on this

0

There are 0 best solutions below