Hello,
I am trying to see if this is possible to delete unused file in my custom plugin to make them less large. Did someone know if there is a trick to know which file are unused.
Thanks’ in advance
Nicolas
Hello,
I am trying to see if this is possible to delete unused file in my custom plugin to make them less large. Did someone know if there is a trick to know which file are unused.
Thanks’ in advance
Nicolas
@nicolasdossantos248 generally speaking a plugin only needs the plugin.json and module.js files. All the other files offer support for your main file.
You can do several things to reduce the size of your plugin: