diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-01 11:38:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-01 11:38:47 +0200 |
commit | 16b5525950c27172b8426e03cbb1c59794cfc44c (patch) | |
tree | e29f0dd37058cc90cdff07f7ab0df281e7db3505 /client/angular.json | |
parent | 1f8ac02436237f0a4f2f10b8c37b28578cc5a411 (diff) | |
download | PeerTube-16b5525950c27172b8426e03cbb1c59794cfc44c.tar.gz PeerTube-16b5525950c27172b8426e03cbb1c59794cfc44c.tar.zst PeerTube-16b5525950c27172b8426e03cbb1c59794cfc44c.zip |
Update Angular -> 8.2.0
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/client/angular.json b/client/angular.json index cce930b82..e1e4f4850 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -15,7 +15,7 @@ | |||
15 | "outputPath": "dist", | 15 | "outputPath": "dist", |
16 | "index": "src/index.html", | 16 | "index": "src/index.html", |
17 | "main": "src/main.ts", | 17 | "main": "src/main.ts", |
18 | "tsConfig": "src/tsconfig.app.json", | 18 | "tsConfig": "tsconfig.app.json", |
19 | "polyfills": "src/polyfills.ts", | 19 | "polyfills": "src/polyfills.ts", |
20 | "stylePreprocessorOptions": { | 20 | "stylePreprocessorOptions": { |
21 | "includePaths": [ | 21 | "includePaths": [ |
@@ -47,11 +47,8 @@ | |||
47 | "budgets": [ | 47 | "budgets": [ |
48 | { | 48 | { |
49 | "type": "initial", | 49 | "type": "initial", |
50 | "type": "initial", | ||
51 | "maximumWarning": "2mb", | ||
52 | "maximumWarning": "2mb", | 50 | "maximumWarning": "2mb", |
53 | "maximumError": "5mb" | 51 | "maximumError": "5mb" |
54 | "maximumError": "5mb" | ||
55 | }, | 52 | }, |
56 | { | 53 | { |
57 | "type": "anyComponentStyle", | 54 | "type": "anyComponentStyle", |
@@ -130,8 +127,7 @@ | |||
130 | "builder": "@angular-devkit/build-angular:tslint", | 127 | "builder": "@angular-devkit/build-angular:tslint", |
131 | "options": { | 128 | "options": { |
132 | "tsConfig": [ | 129 | "tsConfig": [ |
133 | "src/tsconfig.app.json", | 130 | "tsconfig.app.json" |
134 | "src/tsconfig.spec.json" | ||
135 | ], | 131 | ], |
136 | "exclude": [ | 132 | "exclude": [ |
137 | "**/node_modules/**" | 133 | "**/node_modules/**" |