rspack_core 0.100.0-rc.3

rspack core
Documentation
1
2
3
use crate::Plugin;

pub type Plugins = Vec<Box<dyn Plugin>>;