Skip to content

Commit

Permalink
Merge pull request #880 from Senyoret1/update-angular
Browse files Browse the repository at this point in the history
Update Angular and fix problems
  • Loading branch information
jdknives authored Sep 12, 2021
2 parents ffd242b + 108b764 commit 2a76c6a
Show file tree
Hide file tree
Showing 18 changed files with 8,904 additions and 27,768 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
osx_image: xcode8.3

before_install:
- nvm install 10.16
- nvm install 14.15
- curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.42.0

Expand Down
16 changes: 10 additions & 6 deletions static/skywire-manager-src/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -41,14 +40,20 @@
"allowedCommonJsDependencies": [
"bignumber.js",
"chart.js"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
"maximumWarning": "10kb"
}
],
"fileReplacements": [
Expand All @@ -60,14 +65,13 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
2 changes: 1 addition & 1 deletion static/skywire-manager-src/e2e/tsconfig.e2e.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.base.json",
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "commonjs",
Expand Down
Loading

0 comments on commit 2a76c6a

Please sign in to comment.