Skip to content

Commit

Permalink
chore(demo): use application builder
Browse files Browse the repository at this point in the history
  • Loading branch information
DerStimmler committed May 30, 2024
1 parent 5a02217 commit 9443667
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"prefix": "ngx-parallax-stars",
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
"executor": "@angular-devkit/build-angular:application",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/apps/demo",
"index": "apps/demo/src/index.html",
"main": "apps/demo/src/main.ts",
"browser": "apps/demo/src/main.ts",
"polyfills": ["zone.js"],
"tsConfig": "apps/demo/tsconfig.app.json",
"inlineStyleLanguage": "scss",
Expand All @@ -37,9 +37,7 @@
"baseHref": "/ngx-parallax-stars/"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down

0 comments on commit 9443667

Please sign in to comment.