Skip to content

Commit

Permalink
feat: initial support for compiler builder (#9015)
Browse files Browse the repository at this point in the history
feat: init
  • Loading branch information
h-a-n-a authored Jan 15, 2025
1 parent cff4e8b commit 1b98e38
Show file tree
Hide file tree
Showing 8 changed files with 590 additions and 58 deletions.
15 changes: 15 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 23 additions & 7 deletions crates/rspack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,34 @@ indexmap = { workspace = true, features = ["rayon"] }
regex = { workspace = true }
rspack_core = { workspace = true }
rspack_hash = { workspace = true }
rspack_ids = { workspace = true }
rspack_paths = { workspace = true }
rspack_regex = { workspace = true }
rustc-hash = { workspace = true }
serde_json = { workspace = true }

rspack_ids = { workspace = true }
rspack_plugin_devtool = { workspace = true }
rspack_plugin_externals = { workspace = true }
rspack_plugin_javascript = { workspace = true }
# rspack_plugin_lightning_css_minimizer = { workspace = true }
rspack_plugin_runtime_chunk = { workspace = true }
rspack_plugin_swc_js_minimizer = { workspace = true }
rspack_plugin_asset = { workspace = true }
rspack_plugin_css = { workspace = true }
rspack_plugin_devtool = { workspace = true }
rspack_plugin_ensure_chunk_conditions = { workspace = true }
rspack_plugin_entry = { workspace = true }
rspack_plugin_externals = { workspace = true }
rspack_plugin_javascript = { workspace = true }
rspack_plugin_json = { workspace = true }
rspack_plugin_library = { workspace = true }
rspack_plugin_merge_duplicate_chunks = { workspace = true }
rspack_plugin_no_emit_on_errors = { workspace = true }
rspack_plugin_real_content_hash = { workspace = true }
rspack_plugin_remove_empty_chunks = { workspace = true }
rspack_plugin_runtime = { workspace = true }
rspack_plugin_runtime_chunk = { workspace = true }
rspack_plugin_schemes = { workspace = true }
rspack_plugin_swc_js_minimizer = { workspace = true }
rspack_plugin_wasm = { workspace = true }
rspack_plugin_worker = { workspace = true }

[dev-dependencies]
tokio = { workspace = true }

[lints]
workspace = true
Loading

0 comments on commit 1b98e38

Please sign in to comment.