-
I'm tring to create a maskbook plugin. But I ran into some problems. After executing Following the documentation guidelines in the Some other information that may be useful:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
https://github.com/DimensionDev/Maskbook/blob/develop/docs/plugin-development-guide.md |
Beta Was this translation helpful? Give feedback.
-
Did you registered your new plugin? It won't be automatically loaded. A "import '....'" to your index.ts is necessary. |
Beta Was this translation helpful? Give feedback.
-
If you have the same problem as me, go to And
|
Beta Was this translation helpful? Give feedback.
-
Improved docs at #3715. Thanks. |
Beta Was this translation helpful? Give feedback.
If you have the same problem as me, go to
packages\maskbook\src\plugin-infra\register.ts
and import your plugin.And