Skip to content

Commit

Permalink
feat: use packagr to build as angular package format (#1634)
Browse files Browse the repository at this point in the history
switches build from rollup to ng-packagr

fixes: #1647 #1157
  • Loading branch information
terencehonles authored and doom777 committed Aug 12, 2019
1 parent e55daaa commit df05277
Show file tree
Hide file tree
Showing 25 changed files with 3,014 additions and 14,681 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,6 +9,7 @@ test-built
npm-debug.log
*.ngfactory.ts
coverage/
.*.swp
.idea/
.DS_Store
docs/public
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,6 @@ cache:

before_install:
- yarn global add codecov
# - time npm i -g yarn --cache-min 999999999

install:
- time yarn
Expand Down

0 comments on commit df05277

Please sign in to comment.