Skip to content

Commit

Permalink
Merge pull request #76 from kreuzerk/feature/a12
Browse files Browse the repository at this point in the history
Feature/a12
  • Loading branch information
nivekcode authored Sep 13, 2021
2 parents 6780084 + 0e6de07 commit f224ffb
Show file tree
Hide file tree
Showing 12 changed files with 9,018 additions and 11,315 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "10"
- "14"

dist: trusty
sudo: required
Expand Down
18 changes: 11 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/ng-sortgrid/tsconfig.lib.json",
"project": "projects/ng-sortgrid/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/ng-sortgrid/tsconfig.lib.prod.json"
"tsConfig": "projects/ng-sortgrid/tsconfig.lib.json"
}
}
},
Expand Down Expand Up @@ -45,7 +45,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/ng-sortgrid-demo",
"index": "projects/ng-sortgrid-demo/src/index.html",
"main": "projects/ng-sortgrid-demo/src/main.ts",
Expand All @@ -60,7 +59,13 @@
"projects/ng-sortgrid/src/lib/ngsg.css",
"node_modules/@fortawesome/fontawesome-free/css/all.css"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -73,9 +78,7 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -91,7 +94,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit f224ffb

Please sign in to comment.