21 lines
604 B
JSON
21 lines
604 B
JSON
{
|
|
"name": "Nx Webpack",
|
|
"version": "0.1",
|
|
"generators": {
|
|
"init": {
|
|
"factory": "./src/generators/init/init#webpackInitGenerator",
|
|
"schema": "./src/generators/init/schema.json",
|
|
"description": "Initialize the `@nrwl/webpack` plugin.",
|
|
"aliases": ["ng-add"],
|
|
"hidden": true
|
|
},
|
|
"configuration": {
|
|
"aliases": ["webpack-project"],
|
|
"factory": "./src/generators/configuration/configuration",
|
|
"schema": "./src/generators/configuration/schema.json",
|
|
"description": "Add webpack configuration to a project.",
|
|
"hidden": true
|
|
}
|
|
}
|
|
}
|