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
Durning Shunter build the JS files go through UglifyJS but it is not instructed to keep the sourceMappingURL comment at the end of the file. Unless you inline the source maps (bad for perf) there's no way at the moment to have those linked in production.
Durning Shunter build the JS files go through
UglifyJS
but it is not instructed to keep thesourceMappingURL
comment at the end of the file. Unless you inline the source maps (bad for perf) there's no way at the moment to have those linked in production.See:
shunter/bin/compile.js
Line 108 in 97ae68b
Maybe is enough to pass the option:
The text was updated successfully, but these errors were encountered: