rspack_plugin_remove_empty_chunks 0.100.0

rspack remove emty chunks plugin
Documentation
[package]
description       = "rspack remove emty chunks plugin"
edition.workspace = true
license           = "MIT"
name              = "rspack_plugin_remove_empty_chunks"
repository        = "https://github.com/web-infra-dev/rspack"
version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rspack_core  = { workspace = true }
rspack_error = { workspace = true }
rspack_hook  = { workspace = true }
tracing      = { workspace = true }

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

[lints]
workspace = true

[lib]
doctest = false
test    = false