Open
Description
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 ?