build(aio): use purify to include tslib
cli's scripts setup evals strings which requires too much escaping that bloats the code
This commit is contained in:
parent
8e2f72c644
commit
8443d199b2
|
@ -26,7 +26,6 @@
|
|||
"styles.scss"
|
||||
],
|
||||
"scripts": [
|
||||
"../node_modules/tslib/tslib.js"
|
||||
],
|
||||
"environmentSource": "environments/environment.ts",
|
||||
"environments": {
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"ngo-loader": "alxhub/ngo",
|
||||
"purify": "igorminar/purify",
|
||||
"rxjs": "^5.2.0",
|
||||
"tslib": "^1.7.0",
|
||||
"tslib": "^1.7.1",
|
||||
"web-animations-js": "^2.2.5",
|
||||
"zone.js": "^0.8.4"
|
||||
},
|
||||
|
|
|
@ -5610,8 +5610,10 @@ punycode@^1.2.4, punycode@^1.3.2, punycode@^1.4.1:
|
|||
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
|
||||
|
||||
purify@igorminar/purify:
|
||||
version "0.0.11"
|
||||
resolved "https://codeload.github.com/igorminar/purify/tar.gz/920101e5af115aaf20e326d7d654a117f1218ae0"
|
||||
version "0.0.19"
|
||||
resolved "https://codeload.github.com/igorminar/purify/tar.gz/ca9a02f47f59337eb2d543092dface9607347de2"
|
||||
dependencies:
|
||||
tslib "^1.7.1"
|
||||
|
||||
q@1.4.1, q@^1.1.2, q@^1.4.1, q@~1.4.1:
|
||||
version "1.4.1"
|
||||
|
@ -7088,9 +7090,9 @@ tsickle@^0.21.0:
|
|||
source-map "^0.5.6"
|
||||
source-map-support "^0.4.2"
|
||||
|
||||
tslib@^1.7.0:
|
||||
version "1.7.0"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.0.tgz#6e8366695f72961252b35167b0dd4fbeeafba491"
|
||||
tslib@^1.7.1:
|
||||
version "1.7.1"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
|
||||
|
||||
tslint@^4.1.1, tslint@~4.5.0:
|
||||
version "4.5.1"
|
||||
|
|
Loading…
Reference in New Issue