Skip to content

Commit a4acf9e

Browse files
feat(demos): change demos executor, and delete base_href (#1826)
* feat: change demos executor and output path * feat: set production as default configuration for building demos * feat: change output location, and delete base_href for better dx * feat: check if base href its causing ci problems with nx * feat: delete base href
1 parent 7f36bfd commit a4acf9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/demos/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"prefix": "rxa",
1212
"targets": {
1313
"build": {
14-
"executor": "@angular-devkit/build-angular:browser",
14+
"executor": "@angular-devkit/build-angular:browser-esbuild",
15+
"defaultConfiguration": "production",
1516
"options": {
16-
"outputPath": "dist/apps/docs/demos",
17-
"baseHref": "/rx-angular/demos/",
17+
"outputPath": "dist/apps/demos",
1818
"index": "apps/demos/src/index.html",
1919
"main": "apps/demos/src/main.ts",
2020
"polyfills": "apps/demos/src/polyfills.ts",

0 commit comments

Comments
 (0)