mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.3 KiB
30 lines
1.3 KiB
{
|
|
"name": "Nx Webpack",
|
|
"version": "0.1",
|
|
"generators": {
|
|
"init": {
|
|
"factory": "./src/generators/init/init#webpackInitGeneratorInternal",
|
|
"schema": "./src/generators/init/schema.json",
|
|
"description": "Initialize the `@nx/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
|
|
},
|
|
"convert-config-to-webpack-plugin": {
|
|
"factory": "./src/generators/convert-config-to-webpack-plugin/convert-config-to-webpack-plugin",
|
|
"schema": "./src/generators/convert-config-to-webpack-plugin/schema.json",
|
|
"description": "Convert the project to use the `NxAppWebpackPlugin` and `NxReactWebpackPlugin`."
|
|
},
|
|
"convert-to-inferred": {
|
|
"factory": "./src/generators/convert-to-inferred/convert-to-inferred#convertToInferred",
|
|
"schema": "./src/generators/convert-to-inferred/schema.json",
|
|
"description": "Convert existing Webpack project(s) using `@nx/webpack:wepack` executor to use `@nx/webpack/plugin`."
|
|
}
|
|
}
|
|
}
|
|
|