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
Thoughts on not including minified sources at all? Doing so for both dev and master will help keep commits cleaner, improve debugging and enable users to package the app up the way that makes the most sense for their use case (e.g. HTTP/2 with Server Push or Fetch Injection for parallel asynchronous downloads).
To help substantiate my request, please take a look at libraries and how many actually hide "dist" directories from the repos, only creating them for published versions deployed to package managers and CDNs.
Additionally, for debugging with a minified file, including source maps enables simple source debugging while using minified (or transpiled source files).
The text was updated successfully, but these errors were encountered: