Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Added build configuration for library
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlamb12 committed May 27, 2019
1 parent e3b322d commit 77485f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@
"options": {
"tsConfig": "projects/ngx-plug-n-play-lib/tsconfig.lib.json",
"project": "projects/ngx-plug-n-play-lib/ng-package.json"
},
"configurations": {
"production": {
"project": "projects/ngx-plug-n-play-lib/ng-package.prod.json"
}
}
},
"test": {
Expand Down
7 changes: 7 additions & 0 deletions projects/ngx-plug-n-play-lib/ng-package.prod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/ngx-plug-n-play-lib",
"lib": {
"entryFile": "src/public-api.ts"
}
}

0 comments on commit 77485f4

Please sign in to comment.