pull/3542/head
filip mertens 2 years ago
parent 065fb52ce6
commit 103080419c
  1. 3
      apps/doc-gen/project.json
  2. 6
      apps/doc-viewer/project.json

@ -14,7 +14,7 @@
"compiler": "babel",
"outputPath": "dist/apps/doc-gen",
"index": "apps/doc-gen/src/index.html",
"baseHref": "./",
"baseHref": "/",
"main": "apps/doc-gen/src/main.tsx",
"tsConfig": "apps/doc-gen/tsconfig.app.json",
"assets": [
@ -28,6 +28,7 @@
"development": {
},
"production": {
"baseHref": "./",
"fileReplacements": [
{
"replace": "apps/doc-gen/src/environments/environment.ts",

@ -14,7 +14,7 @@
"compiler": "babel",
"outputPath": "dist/apps/doc-viewer",
"index": "apps/doc-viewer/src/index.html",
"baseHref": "./",
"baseHref": "/",
"main": "apps/doc-viewer/src/main.tsx",
"tsConfig": "apps/doc-viewer/tsconfig.app.json",
"assets": [
@ -28,6 +28,7 @@
"development": {
},
"production": {
"baseHref": "./",
"fileReplacements": [
{
"replace": "apps/doc-viewer/src/environments/environment.ts",
@ -42,7 +43,8 @@
"defaultConfiguration": "development",
"options": {
"buildTarget": "doc-viewer:build",
"hmr": true
"hmr": true,
"baseHref": "/"
},
"configurations": {
"development": {

Loading…
Cancel
Save