next-plugin-antd-less
                                
                                
                                
                                    next-plugin-antd-less copied to clipboard
                            
                            
                            
                        🎩 Use Antd (Less) with Next.js v12, Zero Dependency on other Next-Plugins.
When I start my Next.js app, I receive this warning: ``` warn - Invalid next.config.js options detected: [ { "instancePath": "", "schemaPath": "#/additionalProperties", "keyword": "additionalProperties", "params": { "additionalProperty": "lessVarsFilePath" },...
Hi there I'm trying to use this plugin in my project I'm using ``` 1. "next": "^10.0.5" 2. "antd": "^4.16.0" 3. "next-plugin-antd-less": "^1.8.0" 4. "less": "^4.1.2" ``` and here is...
I would love to see how that plugin can be used with a naive instalation of nextjs. following standard next installation. I simple could not make it work. Whatever I...
因为自己的项目里速度分析中less-loader速度很慢,想使用thread-loader加快构建速度,但是没有看到可以使用的方式,自行尝试时一直报错。 `我自行尝试想要在less-loader前加上thread-loader,所以写了以下代码想看一下less-loader的位置,但是输出出来都是sass-loader,不知道为什么找不到less-loader,麻烦指点谢谢! ``` const withConsole = (nextConfig) => { return Object.assign({}, nextConfig, { webpack(config, options) { let enrichedConfig = config; const _oneOf = []; enrichedConfig.module.rules.forEach((rule) => { if (Array.isArray(rule)) {...
I have an issue with antd v4 with nextjs to use .less based antd custom theme to produce more than times same .less CSS files are appended many more times...
next-plugin-antd-less not support next13.x
官方仓库 https://github.com/ant-design/create-next-app-antd
if i use `import` to import `.less` file, it doesn't work well, must use require.
New Parameter `STYLE_REGX` Support Custom Component Library With Less
please update this package with updated dependencies, "semver" package have vulnerability issues