Skip to content

Commit

Permalink
feat: change error handler in test vs in plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed May 22, 2023
1 parent 22041b3 commit 5c4fd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use tailwind_parse::{

#[cfg(not(target_arch = "wasm32"))]
use swc_core::common::errors::HANDLER;
#[cfg(targe_arch = "wasm32")]
#[cfg(target_arch = "wasm32")]
use swc_core::plugin::errors::HANDLER;

#[derive(serde::Deserialize, Debug, Default)]
Expand Down

0 comments on commit 5c4fd8f

Please sign in to comment.