analog
analog copied to clipboard
[REFACTOR]: Move plugins into separate files
Right now there's 2 plugins
- A plugin for transforming files
- This plugin also handles deps optimization
- A build-only plugin for optimizing
Suggest splitting these into 3 plugins in separate files and using the plugin entry point to pass them the necessary options
- Deps optimizer
- Transform
- Build optimizer