The problem is that the lack of semicolons exist in a lot of different plugins resources, so I would need to dig deep in all those js files and find out which ones are written that way, and either unload the included file and replace with pre-minified version, or unload the file and add “.min” tot he filename in my own version = pain in the ass when updating plugins.
I was hoping that there would be a better way since others must also have this problem, I know it’s the plugins creators that should have used a pre-min version of its resources or take into account that people might want to minfy/combine all files.
Would be nice if there would be a feature to setup what files should be minified or ignored for your plugin.