Skip to content

Commit

Permalink
feat(npm): Generate AoT files & distribute ES modules + UMD bundle
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the files are now available as ES modules or UMD bundle and no longer commonjs files

Fixes #218
Fixes #248
Closes #242
  • Loading branch information
ocombe committed Sep 30, 2016
1 parent 7d462dc commit fdc53bc
Show file tree
Hide file tree
Showing 4 changed files with 691 additions and 637 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ npm-debug.log
!bundles/*.js
!examples/**/*.js
coverage
*.metadata.json

#################
## JetBrains
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tests
examples
.github
coverage
!*.metadata.json

#################
## JetBrains
Expand Down
Loading

0 comments on commit fdc53bc

Please sign in to comment.