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
Building a chromium browser extension, and as in the title, if I use the option lineEndings: "mac", the generated sourcemap no longer works - all line numbers in the console refer to the generated file rather than the source.
Not a dealbreaker - for now I've just turned the option off and made peace with my generated bundled output file looking a bit strange, but at least I can pinpoint errors and logged data correctly while building and testing.
The text was updated successfully, but these errors were encountered:
Building a chromium browser extension, and as in the title, if I use the option
lineEndings: "mac"
, the generated sourcemap no longer works - all line numbers in the console refer to the generated file rather than the source.Not a dealbreaker - for now I've just turned the option off and made peace with my generated bundled output file looking a bit strange, but at least I can pinpoint errors and logged data correctly while building and testing.
The text was updated successfully, but these errors were encountered: