analog icon indicating copy to clipboard operation
analog copied to clipboard

[REFACTOR]: Move plugins into separate files

Open brandonroberts opened this issue 2 years ago • 0 comments

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

brandonroberts avatar Aug 23 '22 00:08 brandonroberts