rspack_core 0.7.11

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

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