- Rollup Plugin Name: @rollup/plugin-typescript
- Rollup Plugin Version: 3.0.0
- Rollup Version: 1.31.1
- Operating System (or Browser): Linux
- Node Version: 12
How Do We Reproduce?
https://repl.it/repls/ElaborateStingyParallelport
Press run
Expected Behavior
A sourcemap file should be generated in the output folder as it was "sourceMap": true, in the tsconfig.json
Actual Behavior
It is not, so debugging in the browser does not work properly.
How Do We Reproduce?
https://repl.it/repls/ElaborateStingyParallelport
Press run
Expected Behavior
A sourcemap file should be generated in the output folder as it was
"sourceMap": true,in thetsconfig.jsonActual Behavior
It is not, so debugging in the browser does not work properly.