-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
umi对node_modules里面的less不支持吗 #8642
Comments
请提供一个
|
DemoModules/es/components/TimeSelect/index.less 实际上这个里面有这个system类的,但是获取不到。
|
1 similar comment
DemoModules/es/components/TimeSelect/index.less 实际上这个里面有这个system类的,但是获取不到。
|
封装的包里面不建议使用 css modules, 要不然就需要配置 extraBabelIncludes |
extraBabelIncludes配了没生效,是不是还要extraBabelPlugins,或者extraPostCSSPlugins |
你最好把样式换下吧 |
我等会试一下 |
umi4 会对所有 |
的确直接丢进去可以用的,但是不一定都是umi的项目,还是要打下包 |
这个源码直接丢进去是可以用的,但是用你们rc版本的father打包后就不行了,你们是不是可以加个less文件解析或者支持下chainwebpack,🤩 |
只有 umd 的内核 是webpack ,无法支持这个的 |
那是否可以设置个开关设置下把less进行个转换 |
不能复现,node_modules 下的 less 是会编译的。 由于缺乏足够的信息,我们暂时关闭了该 Issue。请提供 最小重现 以重新开启 Issue。谢谢。 |
sorrycc-cqhd0c.zip |
实际项目是支持less的,但是打包后下载到node_modules里的包所谓的less并不被支持
https://github.com/yaodong5063/umi4_error.git
这个是我做的例子,
安装好后把DemoModules这个包放到node_modules这个文件夹里,但是import进来的less无效
The text was updated successfully, but these errors were encountered: