UNPKG

@harves/nx-node-esm-plugin

Version:

Node executor including ESM module resolution for buildable libraries within Nx workspaces.

10 lines (9 loc) 267 B
{ "executors": { "node": { "implementation": "./src/executors/node/executor", "schema": "./src/executors/node/schema.json", "description": "Node executor including ESM module resolution for buildable libraries within Nx workspace" } } }