https://www.jetbrains.com/help/phpstorm/minifuing-javascript.html
phpstorm 안에서 JS를 Minifying 한다거나, Uglyfy-js 기능을 사용할 수 있는 방법입니다.
먼저 node.js를 설치합니다.
Node.js Download & Install
https://nodejs.org/en/#download
설치 후에 phpstorm 을 재시작해주었습니다.
그리고 터미널(Alt+F12)을 열고, 다음 명령어를 입력해줍니다.
npm install uglify-js
그리고, 이런 기능들을 사용하기 위해서는 phpstorm 에서 File Watcher를 설정해줘야 합니다.
https://www.jetbrains.com/help/phpstorm/using-file-watchers.html