You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently testing your package, especially the CleanCssMinifier but I have noticed that the sourceMap option available in the clean-css library is not configurable trough web.config settings.
Apparently, other minifiers (CSS or JS) with source map option also missing this parameter.
The text was updated successfully, but these errors were encountered:
I apologize for the fact that I could not answer for a long time.
Bundle Transformer does not support source maps. This is largely due to the pipeline implementation (information is lost during resolving of paths and combining of code) and the fact that not all modules support generation of source maps.
Is there any way for the pipeline to keep information during transformation?
It's not blocking for minifier because I can disable transformation to see source code, but I tried to use this plugin with the Sass transformer and it became hard to debug.
Partial files and variables are not available in the browser debugger and line number for rules are false.
Hi,
I'm currently testing your package, especially the CleanCssMinifier but I have noticed that the
sourceMap
option available in the clean-css library is not configurable troughweb.config
settings.Apparently, other minifiers (CSS or JS) with source map option also missing this parameter.
The text was updated successfully, but these errors were encountered: