I recently installed the cordova-minify
plugin to compress the javascript code in my Cordova app. When I tried running the command:
cordova build browser
An output message appears:
cordova-minify STARTING - minifying your js, css, html, and images. Sit back and relax!
This hook currently supports only Android and iOS platforms.
I'm puzzled as to why the minifier can't optimize the browser version of the app. What is meant by "Hook currently supports only Android and iOS"? And what exactly is this Hook
they are referring to? The javascript code is identical to the android platform and functions perfectly there.