How am I supposed to update a plugin?

I’ve created a plugin that replaces the default rich text editor for CKEdit and when I want to make some changes I always struggle to get it compiled & visible in Strapi admin.

For example, I’ve made some changes to the config in one of the files under plugin/wysiwsy/admin/src/components/CKEditor and I’m not in a random stumble through various bits of strapi build deleting node_modules directories, stopping/strating the docker container until eventually it’ll work.

but how am I supposed to do it, I would have thought a rebuild of Strapi would have picked it up?

1 Like