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
{{ message }}
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.
debugging the minified build (when it exhibits behavior different from dev-mode) is very difficult. We need to generate sourcemaps along with minified assets
The text was updated successfully, but these errors were encountered:
While running a dist/ build, check to see if console logs, errors, or breakpoints link/show the individual JS files, as opposed to the concatenated bundle (sourcemaps are enabled by default in Chrome, not sure about other browsers).
I think I got it working, to some extent at least. I see the minified js/css with a comment of which map file is associated with each, and then an extra source/ folder with the non-minified files. It doesn't show the individual files, but the concatenated version, but at least it is not minified/uglyfied..
debugging the minified build (when it exhibits behavior different from dev-mode) is very difficult. We need to generate sourcemaps along with minified assets
The text was updated successfully, but these errors were encountered: