Remove warnings from the build

This commit is contained in:
BoykoAlex
2020-02-11 11:58:57 -05:00
parent d8ae60ead7
commit 3347ecbc48
9 changed files with 892 additions and 38 deletions

View File

@@ -25,14 +25,21 @@
},
"ngPackage": {
"lib": {
"entryFile": "./index.ts"
"entryFile": "./index.ts",
"umdModuleIds": {
"jointjs": "joint",
"jquery": "$",
"lodash": "_",
"ts-disposables": "tsDisposables",
"codemirror-minified": "codemirror"
}
},
"whitelistedNonPeerDependencies": [
"codemirror-minified",
"jointjs",
"ts-disposables"
],
"dest": "../../dist/lib",
"dest": "../../dist",
"deleteDestPath": true
}
}