Skip to content

Commit

Permalink
remove deprececated angular.json fields
Browse files Browse the repository at this point in the history
  • Loading branch information
janthoXO committed Nov 11, 2024
1 parent 1d26d49 commit 58d8bbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ node_modules/**
.gitignore
webpack.config.js
esbuild.js
.github/**

#Ignore all webview files except build directory
webview/src/**
Expand Down
13 changes: 6 additions & 7 deletions webview/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"hello-world": {
"scorpio-webview": {
"projectType": "application",
"schematics": {
"@schematics/angular:application": {
Expand Down Expand Up @@ -63,22 +63,21 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "hello-world:build:production"
"buildTarget": "scorpio-webview:build:production"
},
"development": {
"browserTarget": "hello-world:build:development"
"buildTarget": "scorpio-webview:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "hello-world:build"
"buildTarget": "scorpio-webview:build"
}
}
}
}
},
"defaultProject": "hello-world"
}
}
}

0 comments on commit 58d8bbf

Please sign in to comment.