VSCodeMinify
VSCodeMinify copied to clipboard
Map option example
Hello VSCodeMinify,
I cannot get a source-map option working. Would appreciate an example.
Hope you can help.
Kind regards, [email protected]
Doesn't work. I tried to adapt the uglify CLI options into the settings JSON but it ignored them. So minify is not for me. Wondering for who it is? But doesn't seem to be maintained anyway. Moving on...
Pretty sure I didn't support source mapping. Planning to do some work on the VS Code extensions later this month. I apologise for having other things happen in my life.
It's been two (2) years... have you looked into this again?
The es6-css-minify extension supports javascript source maps, but has a couple other issues (ie, CSS minification using Windows UNC paths).
2023 and still no source maps support? Crazy!
Oh, this thing still exists… If you need source maps all the way through, have a look at Mini Web Compiler. I made this after I found no other working solutions. Using it for all of my projects today (almost 30).