Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app): add source map support to TypeScript apps
Add source map support to the TypeScript app entry point template. This won't retroactively fix existing CDK apps, but it will ensure that apps generated in the future via `cdk init --app` will have it enabled. Fixes #1579
- Loading branch information