template-rollup-typescript icon indicating copy to clipboard operation
template-rollup-typescript copied to clipboard

Sourcemaps should be enabled by default

Open hearsid opened this issue 5 years ago • 1 comments

The project makes users write code in typescript and thus they must be able to find typescript files in source to put debug points at right place. Currently we need to go to minified/ transpiled js files to be able to debug. If it sounds valid, I can create a PR for the same.

hearsid avatar May 31 '20 05:05 hearsid

It does, doesn't it? for the dev compilation anyway.

https://github.com/photonstorm/phaser3-typescript-project-template/blob/master/rollup.config.dev.js#L52

entozoon avatar Jan 05 '21 23:01 entozoon