Skip to content

Commit

Permalink
feat(turbopack): enable sassOptions (#51259)
Browse files Browse the repository at this point in the history
### What?

Minor fix to remove guards to the config since turbopack have this feature enabled.
  • Loading branch information
kwonoj committed Jun 14, 2023
1 parent 754c648 commit 2761cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/src/lib/turbopack-warning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const supportedTurbopackNextConfigOptions = [
'reactStrictMode',
'swcMinify',
'transpilePackages',
'sassOptions.includePaths',
'experimental.appDir',
'experimental.serverComponentsExternalPackages',
'experimental.turbo',
Expand Down

0 comments on commit 2761cf3

Please sign in to comment.