Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(node): consolidate js and node plugins #9086

Merged
merged 2 commits into from Feb 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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