I'm trying to compress the build using this command
ng build --prod --aot --build-optimizer && gzipper compress ./dist
i have installed gzipper
when i run this command i get error
Cannot find compress ..
I'm trying to compress the build using this command
ng build --prod --aot --build-optimizer && gzipper compress ./dist
i have installed gzipper
when i run this command i get error
Cannot find compress ..