Update embed webpack config

This commit is contained in:
Chocobozzz
2021-05-14 16:56:44 +02:00
committed by Chocobozzz
parent 9aff616d50
commit 662351e626
6 changed files with 105 additions and 341 deletions

View File

@@ -137,6 +137,8 @@
"main": "src/main.ts",
"tsConfig": "tsconfig.app.json",
"polyfills": "src/polyfills.ts",
"baseHref": "/",
"deployUrl": "client/",
"stylePreprocessorOptions": {
"includePaths": [
"src/sass/include"
@@ -255,8 +257,6 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"baseHref": "/",
"deployUrl": "client/",
"browserTarget": "PeerTube:build",
"proxyConfig": "proxy.config.json"
},