rspack_plugin_ensure_chunk_conditions 0.1.0

rspack ensure chunk conditions plugin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
description = "rspack ensure chunk conditions plugin"
edition     = "2021"
license     = "MIT"
name        = "rspack_plugin_ensure_chunk_conditions"
repository  = "https://github.com/web-infra-dev/rspack"
version     = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rspack_core  = { version = "0.1.0", path = "../rspack_core" }
rspack_error = { version = "0.1.0", path = "../rspack_error" }
rspack_hook  = { version = "0.1.0", path = "../rspack_hook" }
rustc-hash   = { workspace = true }
tracing      = { workspace = true }

[package.metadata.cargo-shear]
ignored = ["tracing"]