Skip to content

Instantly share code, notes, and snippets.

@mugan86
Created November 10, 2019 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mugan86/0f0b616ce1b52da8536086e27dff0979 to your computer and use it in GitHub Desktop.
Save mugan86/0f0b616ce1b52da8536086e27dff0979 to your computer and use it in GitHub Desktop.
Especificamos el path de salida de producción
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"f1-graphql-ng-challenge": {
"projectType": "application",
...
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist", <=============================
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment