Skip to content

Commit 1160688

Browse files
committed
Fix warning on library build
WARNING: No name was provided for external module...
1 parent 314eca5 commit 1160688

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

projects/ngx-diff2html/ng-package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
33
"dest": "../../dist/ngx-diff2html",
44
"lib": {
5-
"entryFile": "src/public-api.ts"
5+
"entryFile": "src/public-api.ts",
6+
"umdModuleIds": {
7+
"diff-match-patch": "diff-match-patch",
8+
"diff2html": "diff2html"
9+
}
610
}
711
}

0 commit comments

Comments
 (0)