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
how do you deal with .map generated file in the build process?
When we tokenize our environments and then replace, we are manipulating the builded bundle and we are moving the columns in minified files. In this way our .map file is useless for error tracking systems like Sentry.io which uses .map files to tell us which line in the source files that generated error.
Thanks for advance!
The text was updated successfully, but these errors were encountered:
Hey Thibault,
how do you deal with .map generated file in the build process?
When we tokenize our environments and then replace, we are manipulating the builded bundle and we are moving the columns in minified files. In this way our .map file is useless for error tracking systems like Sentry.io which uses .map files to tell us which line in the source files that generated error.
Thanks for advance!
The text was updated successfully, but these errors were encountered: