Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com> Co-authored-by: Jack Hsu <jack.hsu@gmail.com> Co-authored-by: Colum Ferry <cferry09@gmail.com> Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com> Co-authored-by: Emily Xiong <xiongemi@gmail.com> Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
21 lines
643 B
JSON
21 lines
643 B
JSON
{
|
|
"name": "Nx Webpack",
|
|
"version": "0.1",
|
|
"generators": {
|
|
"init": {
|
|
"factory": "./src/generators/init/init#webpackInitGeneratorInternal",
|
|
"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#configurationGeneratorInternal",
|
|
"schema": "./src/generators/configuration/schema.json",
|
|
"description": "Add webpack configuration to a project.",
|
|
"hidden": true
|
|
}
|
|
}
|
|
}
|