Skip to content

Commit f224ffb

Browse files
authored
Merge pull request #76 from kreuzerk/feature/a12
Feature/a12
2 parents 6780084 + 0e6de07 commit f224ffb

File tree

12 files changed

+9018
-11315
lines changed

12 files changed

+9018
-11315
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "10"
3+
- "14"
44

55
dist: trusty
66
sudo: required

angular.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"prefix": "lib",
1111
"architect": {
1212
"build": {
13-
"builder": "@angular-devkit/build-ng-packagr:build",
13+
"builder": "@angular-devkit/build-angular:ng-packagr",
1414
"options": {
1515
"tsConfig": "projects/ng-sortgrid/tsconfig.lib.json",
1616
"project": "projects/ng-sortgrid/ng-package.json"
1717
},
1818
"configurations": {
1919
"production": {
20-
"tsConfig": "projects/ng-sortgrid/tsconfig.lib.prod.json"
20+
"tsConfig": "projects/ng-sortgrid/tsconfig.lib.json"
2121
}
2222
}
2323
},
@@ -45,7 +45,6 @@
4545
"build": {
4646
"builder": "@angular-devkit/build-angular:browser",
4747
"options": {
48-
"aot": true,
4948
"outputPath": "dist/ng-sortgrid-demo",
5049
"index": "projects/ng-sortgrid-demo/src/index.html",
5150
"main": "projects/ng-sortgrid-demo/src/main.ts",
@@ -60,7 +59,13 @@
6059
"projects/ng-sortgrid/src/lib/ngsg.css",
6160
"node_modules/@fortawesome/fontawesome-free/css/all.css"
6261
],
63-
"scripts": []
62+
"scripts": [],
63+
"vendorChunk": true,
64+
"extractLicenses": false,
65+
"buildOptimizer": false,
66+
"sourceMap": true,
67+
"optimization": false,
68+
"namedChunks": true
6469
},
6570
"configurations": {
6671
"production": {
@@ -73,9 +78,7 @@
7378
"optimization": true,
7479
"outputHashing": "all",
7580
"sourceMap": false,
76-
"extractCss": true,
7781
"namedChunks": false,
78-
"aot": true,
7982
"extractLicenses": true,
8083
"vendorChunk": false,
8184
"buildOptimizer": true,
@@ -91,7 +94,8 @@
9194
}
9295
]
9396
}
94-
}
97+
},
98+
"defaultConfiguration": ""
9599
},
96100
"serve": {
97101
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)