Skip to content

Commit d2cbfd6

Browse files
authored
Merge pull request #4 from thisissoon/feature/remove-externals-from-build
fix(build): dont bundle inviewport module
2 parents 60fbcdf + 8513ecc commit d2cbfd6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ng-package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
33
"lib": {
4-
"entryFile": "public_api.ts"
4+
"entryFile": "public_api.ts",
5+
"externals": {
6+
"@thisissoon/angular-inviewport": "InViewportModule"
7+
}
58
}
69
}

0 commit comments

Comments
 (0)