-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Closed
Description
Describe the feature you'd like to request
to transpile scss modules in a monorepo you still have to use https://www.npmjs.com/package/next-transpile-modules
But the documentation indicates that the package is replaced
Describe the solution you'd like
Add support for scss transpile to the transpilePackage functionality
https://beta.nextjs.org/docs/api-reference/next.config.js#transpilepackages
Describe alternatives you've considered
update the docs that you still need next-transpile-modules for scss files
To use the appDir function it is required to remove next-transpile-modules
This results in this error
../../packages/ui/components/authSidebar/authSidebar.module.scss
Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
> .root {
| --placeholder-style: 1;
| }
Fawwaz-2009, dylanmaurits, florisschreuder, fabianbankexperius, experius-nl and 9 more
Metadata
Metadata
Assignees
Labels
No labels