Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit df05277

Browse files
terencehonlesdoom777
authored andcommitted
feat: use packagr to build as angular package format (#1634)
switches build from rollup to ng-packagr fixes: #1647 #1157
1 parent e55daaa commit df05277

25 files changed

+3014
-14681
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ test-built
99
npm-debug.log
1010
*.ngfactory.ts
1111
coverage/
12+
.*.swp
1213
.idea/
1314
.DS_Store
1415
docs/public

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ cache:
1616

1717
before_install:
1818
- yarn global add codecov
19-
# - time npm i -g yarn --cache-min 999999999
2019

2120
install:
2221
- time yarn

0 commit comments

Comments
 (0)