Skip to content

Commit 8513ecc

Browse files
committedNov 30, 2017
fix(build): dont bundle inviewport module
1 parent 60fbcdf commit 8513ecc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎ng-package.json

+4-1
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)