Skip to content

Commit 82f7af1

Browse files
committed
Revert "chore: try reduce more size"
This reverts commit 5a6ed31.
1 parent 5a6ed31 commit 82f7af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ rspack_plugin_merge = { version = "0.2.0", path = "crates/rsp
170170
rspack_plugin_merge_duplicate_chunks = { version = "0.2.0", path = "crates/rspack_plugin_merge_duplicate_chunks" }
171171
rspack_plugin_mf = { version = "0.2.0", path = "crates/rspack_plugin_mf" }
172172
rspack_plugin_mini_css_extract = { version = "0.2.0", path = "crates/rspack_plugin_mini_css_extract" }
173-
rspack_plugin_next_flight_client_entry = { path = "crates/rspack_plugin_next_flight_client_entry" }
174173
rspack_plugin_no_emit_on_errors = { version = "0.2.0", path = "crates/rspack_plugin_no_emit_on_errors" }
175174
rspack_plugin_progress = { version = "0.2.0", path = "crates/rspack_plugin_progress" }
176175
rspack_plugin_real_content_hash = { version = "0.2.0", path = "crates/rspack_plugin_real_content_hash" }
@@ -192,6 +191,7 @@ rspack_swc_plugin_import = { version = "0.2.0", path = "crates/swc
192191
rspack_testing = { version = "0.2.0", path = "crates/rspack_testing" }
193192
rspack_tracing = { version = "0.2.0", path = "crates/rspack_tracing" }
194193
rspack_util = { version = "0.2.0", path = "crates/rspack_util" }
194+
rspack_plugin_next_flight_client_entry = { path = "crates/rspack_plugin_next_flight_client_entry" }
195195

196196

197197
[workspace.metadata.release]
@@ -221,7 +221,7 @@ lto = "fat"
221221
debug = 'limited'
222222
inherits = "release"
223223
split-debuginfo = "off"
224-
strip = "debuginfo"
224+
strip = false
225225

226226

227227
# the following lints rules are from https://github.com/biomejs/biome/blob/4bd3d6f09642952ee14445ed56af81a73796cea1/Cargo.toml#L7C1-L75C1

0 commit comments

Comments
 (0)