We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071c581 commit 4e56584Copy full SHA for 4e56584
libs/extractor/src/visit.rs
@@ -174,7 +174,6 @@ impl<'a> VisitMut<'a> for DevupVisitor<'a> {
174
}
175
176
177
- println!("{:?} {:?}", it, self.css_imports);
178
if let Expression::Identifier(ident) = &it.callee {
179
if self.css_imports.contains_key(ident.name.as_str()) && it.arguments.len() == 1 {
180
if let Argument::ObjectExpression(ref mut obj) = it.arguments[0] {
0 commit comments