Skip to content

Commit

Permalink
feat(node): consolidate js and node plugins (#9086)
Browse files Browse the repository at this point in the history
* chore(node): update docs after consolidating js and node plugins

* feat(node): consolidate js and node plugins
  • Loading branch information
jaysoo committed Feb 23, 2022
1 parent 5527724 commit 95f5a08
Show file tree
Hide file tree
Showing 69 changed files with 823 additions and 2,788 deletions.
166 changes: 0 additions & 166 deletions docs/generated/api-js/generators/application.md

This file was deleted.

68 changes: 0 additions & 68 deletions docs/generated/api-node/executors/execute.md

This file was deleted.

@@ -1,11 +1,11 @@
---
title: '@nrwl/js:node executor'
description: 'Build Node.js applications'
title: '@nrwl/node:node executor'
description: 'Execute a Node application'
---

# @nrwl/js:node
# @nrwl/node:node

Build Node.js applications
Execute a Node application

Options can be configured in `workspace.json` when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.

Expand Down
102 changes: 0 additions & 102 deletions docs/generated/api-node/executors/package.md

This file was deleted.

@@ -1,11 +1,11 @@
---
title: '@nrwl/node:build executor'
description: 'Build a Node application'
title: '@nrwl/node:webpack executor'
description: 'Build a Node application using webpack'
---

# @nrwl/node:build
# @nrwl/node:webpack

Build a Node application
Build a Node application using webpack

Options can be configured in `workspace.json` when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.

Expand Down

1 comment on commit 95f5a08

@vercel
Copy link

@vercel vercel bot commented on 95f5a08 Feb 23, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.