Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jan 11, 2024
1 parent b8ff835 commit fcdd76f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions crates/mako/src/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ impl Compiler {
plugins.extend(extra_plugins);
}
let builtin_plugins: Vec<Arc<dyn Plugin>> = vec![
// js hooks
// Arc::new(plugins::js_hooks::JsHooksPlugin {}),
// features
Arc::new(plugins::manifest::ManifestPlugin {}),
Arc::new(plugins::copy::CopyPlugin {}),
Expand Down
16 changes: 0 additions & 16 deletions crates/mako/src/plugins/js_hooks.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/mako/src/plugins/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pub mod ignore;
pub mod import;
pub mod invalid_syntax;
pub mod javascript;
// pub mod js_hooks;
pub mod json;
pub mod manifest;
pub mod md;
Expand Down

0 comments on commit fcdd76f

Please sign in to comment.