Minify JavaScript with uglify-es
$ apm install atom-uglify-es
Or Settings → Install → Search for atom-uglify-es
uglify-es
.Minify JavaScript
Can also minify just a selection. For example the code in a <script>
tag.
Set the keyboard shortcut you want in your keymap:
'atom-workspace':'ctrl-alt-m': 'atom-uglify-es:uglify'
MIT © SavageCore
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.