I don’t want to modify the order from within the plugin. The plugin itself merely declares a middleware.
I am wondering if the configuration in the actual Strapi project using that plugin (namely the middleware.js) can actually reference the middleware inside that plugin as I show in my example code?
Although perhaps I can use the same technique from the hosting Strapi project inside of the bootstrap function!