Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 4933c50

Browse files
committed
don't generate sourcemaps when compiling TypeScript
1 parent a518d5c commit 4933c50

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
### Added
77
### Changed
88
- use rollup's uglify plugin for minified umd build
9+
- don't generate sourcemaps when compiling TypeScript
910
### Fixed
1011
- re-include umd at dist root to avoid breaking apps w/ hardcoded path
1112
### Removed

tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"target": "es5",
55
"module": "es2015",
66
"lib": ["dom", "es2015"],
7-
"sourceMap": true,
87
"emitDecoratorMetadata": true,
98
"experimentalDecorators": true,
109
"removeComments": false,

0 commit comments

Comments
 (0)