rollback to old compilier
... | ... | @@ -16,7 +16,7 @@ |
"test:ci": "ng test --browsers=ChromeHeadlessCI --code-coverage=true --watch=false", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e", | ||
"postinstall": "node patch.js", | ||
"postinstall": "node patch.js && ngcc --properties es2015", | ||
"bundle-report": "webpack-bundle-analyzer dist/stats.json" | ||
}, | ||
"private": true, | ||
... | ... | @@ -49,7 +49,6 @@ |
"jwt-decode": "^2.2.0", | ||
"lodash.clonedeep": "^4.5.0", | ||
"mapbox-gl": "^1.11.1", | ||
"ng-inline-svg": "^8.2.1", | ||
"ng-lazyload-image": "^5.1.2", | ||
"ngx-cookie-service": "^2.2.0", | ||
"ngx-infinite-scroll": "^10.0.0", | ||
... | ... |
Please register or sign in to comment