Skip to content

Commit

Permalink
feat(angular): add esbuild incremental build builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Jul 12, 2023
1 parent 21007d8 commit e31f47c
Show file tree
Hide file tree
Showing 16 changed files with 1,664 additions and 121 deletions.
8 changes: 8 additions & 0 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -4249,6 +4249,14 @@
"isExternal": false,
"disableCollapsible": false
},
{
"id": "browser-esbuild",
"path": "/packages/angular/executors/browser-esbuild",
"name": "browser-esbuild",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "webpack-browser",
"path": "/packages/angular/executors/webpack-browser",
Expand Down
9 changes: 9 additions & 0 deletions docs/generated/manifests/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@
"path": "/packages/angular/executors/package",
"type": "executor"
},
"/packages/angular/executors/browser-esbuild": {
"description": "Builds your application with esbuild and adds support for incremental builds.",
"file": "generated/packages/angular/executors/browser-esbuild.json",
"hidden": false,
"name": "browser-esbuild",
"originalFilePath": "/packages/angular/src/executors/browser-esbuild/schema.json",
"path": "/packages/angular/executors/browser-esbuild",
"type": "executor"
},
"/packages/angular/executors/webpack-browser": {
"description": "The `webpack-browser` executor is very similar to the standard `browser` builder provided by the Angular Devkit. It allows you to build your Angular application to a build artifact that can be hosted online. There are some key differences: \n- Supports Custom Webpack Configurations \n- Supports Incremental Building",
"file": "generated/packages/angular/executors/webpack-browser.json",
Expand Down
9 changes: 9 additions & 0 deletions docs/generated/packages-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@
"path": "angular/executors/package",
"type": "executor"
},
{
"description": "Builds your application with esbuild and adds support for incremental builds.",
"file": "generated/packages/angular/executors/browser-esbuild.json",
"hidden": false,
"name": "browser-esbuild",
"originalFilePath": "/packages/angular/src/executors/browser-esbuild/schema.json",
"path": "angular/executors/browser-esbuild",
"type": "executor"
},
{
"description": "The `webpack-browser` executor is very similar to the standard `browser` builder provided by the Angular Devkit. It allows you to build your Angular application to a build artifact that can be hosted online. There are some key differences: \n- Supports Custom Webpack Configurations \n- Supports Incremental Building",
"file": "generated/packages/angular/executors/webpack-browser.json",
Expand Down
Loading

0 comments on commit e31f47c

Please sign in to comment.