rspack_core 0.100.1

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

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