How to config next.js with css + less + scss #12309
Replies: 1 comment
-
Yes, the official plugin has expired and is no longer applicable to the new version of Next. js. You can try Since Next.js 9.3 supports If you use Next.js >
To solve the above problems, my idea is very simple.
This is the lowest cost way, And CLI will no longer show this disgusting warning. The important thing is that there is Zero Dependency on other Next-Plugins.. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
const withLess = require('@zeit/next-less') const withSass = require('@zeit/next-sass') module.exports = withLess(withSass({ // options }))
seems unfriendly to develops, are there any other actions can be applied
Beta Was this translation helpful? Give feedback.
All reactions