rspack_core 0.100.1

rspack core
Documentation
1
2
3
4
5
6
7
8
9
// BE CAREFUL:
// Add more fields to this struct should result in adding new fields to options builder.
// `impl From<Experiments> for ExperimentsBuilder` should be updated.
#[derive(Debug)]
pub struct Experiments {
  pub css: bool,
  pub defer_import: bool,
  pub pure_functions: bool,
}