- Joined
- Jan 5, 2019
- Messages
- 27
- Reaction score
- 13
- First Language
- Spanish
- Primarily Uses
- RMMV
I've figured out a way to make complex plugins split into multiple files, that only require the user to install one main file in the PluginManager. Problem is, my method uses the require() function to get at the non-main files... That breaks browser compatibility.
Is there a way to keep browser compatibility without having to go over each file, turning my plugin into a monolithic one?
Is there a way to keep browser compatibility without having to go over each file, turning my plugin into a monolithic one?

