Skip to content

Commit

Permalink
Merge branch 'canary' into update/cache-methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed May 3, 2023
2 parents 46595a4 + 9555ad9 commit f55c028
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import './styles.sass'
import './styles.scss'

it('runs', () => {})
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
PlainIssue {
severity: Warning,
context: "[project]/packages/next-swc/crates/next-dev-tests/tests/integration/turbopack/sass/warning/input",
category: "resolve",
title: "Unsupported Sass request: ./styles.sass",
description: "Turbopack does not yet support importing Sass modules.",
detail: "",
documentation_link: "",
source: None,
sub_issues: [],
processing_path: Some(
[],
),
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
PlainIssue {
severity: Warning,
context: "[project]/packages/next-swc/crates/next-dev-tests/tests/integration/turbopack/sass/warning/input",
category: "resolve",
title: "Unsupported Sass request: ./styles.scss",
description: "Turbopack does not yet support importing Sass modules.",
detail: "",
documentation_link: "",
source: None,
sub_issues: [],
processing_path: Some(
[],
),
}

0 comments on commit f55c028

Please sign in to comment.