build: Configure AOT (#394)
* build: Configure AOT * build: Fix appveyor ENV settings
This commit is contained in:
committed by
László Monda
parent
015d110c2b
commit
be3e116130
@@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"build": "ng build --prod --aot",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
@@ -14,18 +14,18 @@
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@angular/animations": "^4.3.3",
|
||||
"@angular/cli": "^1.3.0-rc.5",
|
||||
"@angular/common": "^4.3.3",
|
||||
"@angular/compiler": "^4.3.3",
|
||||
"@angular/compiler-cli": "^4.3.3",
|
||||
"@angular/core": "^4.3.3",
|
||||
"@angular/forms": "^4.3.3",
|
||||
"@angular/http": "^4.3.3",
|
||||
"@angular/language-service": "^4.3.3",
|
||||
"@angular/platform-browser": "^4.3.3",
|
||||
"@angular/platform-browser-dynamic": "^4.3.3",
|
||||
"@angular/router": "^4.3.3",
|
||||
"@angular/animations": "^4.3.6",
|
||||
"@angular/cli": "^1.3.2",
|
||||
"@angular/common": "^4.3.6",
|
||||
"@angular/compiler": "^4.3.6",
|
||||
"@angular/compiler-cli": "^4.3.6",
|
||||
"@angular/core": "^4.3.6",
|
||||
"@angular/forms": "^4.3.6",
|
||||
"@angular/http": "^4.3.6",
|
||||
"@angular/language-service": "^4.3.6",
|
||||
"@angular/platform-browser": "^4.3.6",
|
||||
"@angular/platform-browser-dynamic": "^4.3.6",
|
||||
"@angular/router": "^4.3.6",
|
||||
"@ngrx/core": "1.2.0",
|
||||
"@ngrx/effects": "^2.0.4",
|
||||
"@ngrx/router-store": "^1.2.6",
|
||||
@@ -38,7 +38,6 @@
|
||||
"@types/jasmine": "~2.5.53",
|
||||
"@types/jasminewd2": "~2.0.2",
|
||||
"@types/jquery": "^3.2.9",
|
||||
"@types/node": "~8.0.19",
|
||||
"@types/node-hid": "^0.5.2",
|
||||
"@types/usb": "^1.1.3",
|
||||
"angular-notifier": "^2.0.0",
|
||||
@@ -48,7 +47,6 @@
|
||||
"circular-dependency-plugin": "^3.0.0",
|
||||
"codelyzer": "~3.0.1",
|
||||
"copy-webpack-plugin": "^4.0.1",
|
||||
"core-js": "^2.4.1",
|
||||
"css-loader": "^0.28.1",
|
||||
"cssnano": "^3.10.0",
|
||||
"dragula": "^3.7.2",
|
||||
|
||||
Reference in New Issue
Block a user