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