chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "Nx Webpack",
|
||||
"version": "0.1",
|
||||
"generators": {
|
||||
"init": {
|
||||
"factory": "./dist/src/generators/init/init#webpackInitGeneratorInternal",
|
||||
"schema": "./dist/src/generators/init/schema.json",
|
||||
"description": "Initialize the `@nx/webpack` plugin.",
|
||||
"aliases": ["ng-add"],
|
||||
"hidden": true
|
||||
},
|
||||
"configuration": {
|
||||
"aliases": ["webpack-project"],
|
||||
"factory": "./dist/src/generators/configuration/configuration#configurationGeneratorInternal",
|
||||
"schema": "./dist/src/generators/configuration/schema.json",
|
||||
"description": "Add webpack configuration to a project.",
|
||||
"hidden": true
|
||||
},
|
||||
"convert-config-to-webpack-plugin": {
|
||||
"factory": "./dist/src/generators/convert-config-to-webpack-plugin/convert-config-to-webpack-plugin",
|
||||
"schema": "./dist/src/generators/convert-config-to-webpack-plugin/schema.json",
|
||||
"description": "Convert the project to use the `NxAppWebpackPlugin` and `NxReactWebpackPlugin`."
|
||||
},
|
||||
"convert-to-inferred": {
|
||||
"factory": "./dist/src/generators/convert-to-inferred/convert-to-inferred#convertToInferred",
|
||||
"schema": "./dist/src/generators/convert-to-inferred/schema.json",
|
||||
"description": "Convert existing Webpack project(s) using `@nx/webpack:wepack` executor to use `@nx/webpack/plugin`."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user