I love using Grunt for concatenating and minifying plugins etc.. can someone please tell me how to do this task on Angular 2's node_modules.. i want to end up with 1 file that is minified and concatenated.. I have tried webpack etc and gulp tutorials but none of them get the jobs done.
© 2022 - 2024 — McMap. All rights reserved.
node_modules
, but angular already does that: ithe resulting file isvendor.js
– Blanks