We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b9fc8 commit ea8e42eCopy full SHA for ea8e42e
1 file changed
package.json
@@ -8,12 +8,13 @@
8
"watch": "ng build --watch --configuration development",
9
"test": "ng test",
10
"lint": "ng lint",
11
- "heroku-postbuild": "ng build --prod"
+ "heroku-postbuild": "ng build --aot --prod"
12
},
13
"private": true,
14
"dependencies": {
15
"@angular/animations": "^13.0.0",
16
"@angular/cdk": "^13.0.0",
17
+ "@angular/cli": "^13.0.0",
18
"@angular/common": "^13.0.0",
19
"@angular/compiler": "^13.0.0",
20
"@angular/core": "^13.0.0",
@@ -40,7 +41,6 @@
40
41
"@angular-eslint/eslint-plugin-template": "^13.0.0",
42
"@angular-eslint/schematics": "^13.0.0",
43
"@angular-eslint/template-parser": "^13.0.0",
- "@angular/cli": "^13.0.0",
44
"@angular/compiler-cli": "^13.0.0",
45
"@types/d3": "^7.4.0",
46
"@types/jasmine": "~3.10.0",
0 commit comments