armin-pfaeffle / atom-minify

Minifies JS and CSS files, optionally on save ‒ package for atom.io
https://atom.io/packages/atom-minify
MIT License
24 stars 7 forks source link

Source map linking (UglifyJS2) #52

Open timblanq opened 7 years ago

timblanq commented 7 years ago

When source map option is defined in UglifyJS2, there's no link in the minified file. Is there any possible option to pass through and link the map file?