Skip to content

Commit

Permalink
feat(angular): add esbuild incremental build builder (#17991)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored Jul 18, 2023
1 parent 0040520 commit 3fefbaf
Show file tree
Hide file tree
Showing 16 changed files with 1,645 additions and 119 deletions.
8 changes: 8 additions & 0 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -4290,6 +4290,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

1 comment on commit 3fefbaf

@vercel
Copy link

@vercel vercel bot commented on 3fefbaf Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.