UNPKG
@anatine/esbuildnx
Version:
latest (0.2.0)
0.2.0
0.1.18
0.1.17
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Esbuild plugin for Nx
github.com/anatine/esbuildnx/tree/main/packages/esbuildnx
anatine/esbuildnx
@anatine/esbuildnx
/
generators.json
13 lines
(12 loc)
•
311 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"
$schema
"
:
"http://json-schema.org/schema"
,
"name"
:
"esbuildnx"
,
"version"
:
"0.0.1"
,
"generators"
: {
"setup"
: {
"factory"
:
"./src/generators/setup/setup"
,
"schema"
:
"./src/generators/setup/schema.json"
,
"description"
:
"esbuildnx setup on existing
@nrwl
/node project"
} } }