Skip to content

Commit fdc0744

Browse files
authored
Merge pull request #58 from realModusOperandi/audit
Update to Angular 9
2 parents bc09c89 + 4559000 commit fdc0744

File tree

10 files changed

+10356
-4580
lines changed

10 files changed

+10356
-4580
lines changed

finish/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
<goal>install-node-and-npm</goal>
6565
</goals>
6666
<configuration>
67-
<nodeVersion>v12.16.1</nodeVersion>
68-
<npmVersion>6.13.4</npmVersion>
67+
<nodeVersion>v12.16.2</nodeVersion>
68+
<npmVersion>6.14.4</npmVersion>
6969
</configuration>
7070
</execution>
7171

finish/src/main/frontend/angular.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16+
"aot": true,
1617
"outputPath": "../webapp/app",
1718
"index": "src/index.html",
1819
"main": "src/main.ts",
@@ -50,6 +51,10 @@
5051
"type": "initial",
5152
"maximumWarning": "2mb",
5253
"maximumError": "5mb"
54+
},
55+
{
56+
"type": "anyComponentStyle",
57+
"maximumWarning": "6kb"
5358
}
5459
]
5560
}

0 commit comments

Comments
 (0)