Skip to content

Commit

Permalink
Note
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 14, 2022
1 parent cf38aa1 commit be24904
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/dbg-swc/src/es/minifier/reduce.rs
Expand Up @@ -27,6 +27,10 @@ use crate::{
/// comparison.
///
/// After reducing, the reduced file will be moved to `.swc-reduce` directory.
///
///
/// Note: This tool is not perfect, and it may reduce input file way too much,
/// or fail to reduce an input file.
#[derive(Debug, Args)]
pub struct ReduceCommand {
/// The path to the input file. You can specify a directory if you want to
Expand Down

0 comments on commit be24904

Please sign in to comment.