refactor(cli): remove plugin from package.json
The commit removes the unnecessary "@oclif/plugin-plugins" from the plugin list within the cli's package.json file. This refactor enhances the code cleanliness, and potentially improves the cli performance by reducing the number of plugins loaded at runtime.
This commit is contained in:
parent
d8825a0c10
commit
4afa28d07b
@ -51,8 +51,7 @@
|
|||||||
"dirname": "pswui",
|
"dirname": "pswui",
|
||||||
"commands": "./dist/commands",
|
"commands": "./dist/commands",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@oclif/plugin-help",
|
"@oclif/plugin-help"
|
||||||
"@oclif/plugin-plugins"
|
|
||||||
],
|
],
|
||||||
"topicSeparator": " ",
|
"topicSeparator": " ",
|
||||||
"topics": {
|
"topics": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user