Skip to content

Instantly share code, notes, and snippets.

@dsebastien
Created March 28, 2021 13:14
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 dsebastien/c0d0b9e5bde8c436162206d5f94a0b9b to your computer and use it in GitHub Desktop.
Save dsebastien/c0d0b9e5bde8c436162206d5f94a0b9b to your computer and use it in GitHub Desktop.
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "",
"projects": {
"web": {
"projectType": "application",
...
},
"root": "apps/web",
"sourceRoot": "apps/web/src",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"options": {
...
"index": "apps/web/src/index.html",
"main": "apps/web/src/main.ts",
...
},
...
...
}
},
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment