ama
ama copied to clipboard
How to create a plugin architecture in JavaScript?
Webpack has a plugin based architecture. Same with babel and now graphiQL is doing that as well. How are these systems designed using JavaScript? I know I can read the source code of these libraries but looking for something simple to understand and start with.