Skip to content

Commit

Permalink
chore: new esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Nov 13, 2023
1 parent dd1ccf5 commit 5a1cf1d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"schematics": {},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser-esbuild",
"builder": "@angular-devkit/build-angular:application",
"options": {
"aot": true,
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"browser": "src/main.ts",
"polyfills": ["src/polyfills.ts"],
"tsConfig": "src/tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand Down Expand Up @@ -86,7 +86,6 @@
}
}
},
"defaultProject": "ngx-quill-example",
"cli": {
"analytics": false
}
Expand Down

0 comments on commit 5a1cf1d

Please sign in to comment.