Skip to content

Commit

Permalink
don't generate sourcemaps when compiling TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Nov 20, 2017
1 parent a518d5c commit 4933c50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
### Changed
- use rollup's uglify plugin for minified umd build
- don't generate sourcemaps when compiling TypeScript
### Fixed
- re-include umd at dist root to avoid breaking apps w/ hardcoded path
### Removed
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"target": "es5",
"module": "es2015",
"lib": ["dom", "es2015"],
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
Expand Down

0 comments on commit 4933c50

Please sign in to comment.