We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
三点建议:
1.extraBabelIncludes能否增加通配符匹配, 这样更灵活一些,效率应该影响不大吧
2.extraBabelIncludes 换成extraRuleIncludes, 因为我有些转义的文件不只是走babel-loader , 有可能是tsx,less,vue文件
3.能否给这些文件增加Live Reload , 宁可首次编译多花时间 也不想放弃 HRM
The text was updated successfully, but these errors were encountered:
#357
Sorry, something went wrong.
fix(esbuild): less plugin cannot import style file from deps (#355)
6a7eb63
fix(esbuild): less plugin cannot import style file from deps (umijs#355)
979fc76
No branches or pull requests
三点建议:
1.extraBabelIncludes能否增加通配符匹配, 这样更灵活一些,效率应该影响不大吧
2.extraBabelIncludes 换成extraRuleIncludes, 因为我有些转义的文件不只是走babel-loader , 有可能是tsx,less,vue文件
3.能否给这些文件增加Live Reload , 宁可首次编译多花时间 也不想放弃 HRM
The text was updated successfully, but these errors were encountered: