diff options
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/angular.json b/client/angular.json index c9d90d5ec..dc50bf709 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -138,7 +138,7 @@ | |||
138 | "tsConfig": "tsconfig.app.json", | 138 | "tsConfig": "tsconfig.app.json", |
139 | "polyfills": "src/polyfills.ts", | 139 | "polyfills": "src/polyfills.ts", |
140 | "baseHref": "/", | 140 | "baseHref": "/", |
141 | "deployUrl": "client/", | 141 | "deployUrl": "", |
142 | "stylePreprocessorOptions": { | 142 | "stylePreprocessorOptions": { |
143 | "includePaths": [ | 143 | "includePaths": [ |
144 | "src/sass/include" | 144 | "src/sass/include" |
@@ -161,7 +161,8 @@ | |||
161 | "p2p-media-loader-hlsjs", | 161 | "p2p-media-loader-hlsjs", |
162 | "video.js", | 162 | "video.js", |
163 | "sha1", | 163 | "sha1", |
164 | "postcss" | 164 | "postcss", |
165 | "core-js/features/reflect" | ||
165 | ], | 166 | ], |
166 | "scripts": [], | 167 | "scripts": [], |
167 | "vendorChunk": true, | 168 | "vendorChunk": true, |