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
I'm not sure if that's possible, but it's worth looking into. Simplifyify is just a wrapper around Browserify, so it'll depend on whether there's a way to make browserify use existing sourcemaps.
When using simplifyify on a project that was already pre compiled with typescript, the source maps that were generated then are not reused.
Instead, a new sourcemap referencing the generated js is created.
Could simplifyify detect the source maps when they exist instead of attempting to recreate a new one ?
The text was updated successfully, but these errors were encountered: