Skip to content

Commit 4264667

Browse files
committed
fixup
1 parent f706b04 commit 4264667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/next-api/src/module_graph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ async fn validate_pages_css_imports(
581581
.map(async |issue| {
582582
// We allow imports of global CSS files which are inside of `node_modules`.
583583
if !issue
584-
.parent_module
584+
.module
585585
.ident()
586586
.path()
587587
.await?

0 commit comments

Comments
 (0)