Skip to content

Commit

Permalink
fix: respect secondary entry file customizations (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidParks8 authored and dherges committed Oct 19, 2017
1 parent eec9ad9 commit 9de7524
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/samples/secondary/sub-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"ngPackage": {
"lib": {
"entryFile": "public_api.ts"
"entryFile": "index.ts"
}
}
}
2 changes: 1 addition & 1 deletion src/lib/steps/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ async function readSecondaryPackage(rootPackage: NgPackageData, filePath: string
rootPackage.fullPackageName,
rootPackage.destinationPath,
baseDirectory,
rootPackage.libExternals
ngPackage
);
}

Expand Down

0 comments on commit 9de7524

Please sign in to comment.