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
现在禁掉了所有的后缀,这导致import 'foo.less'等非js的资源会报错,不应该如此
import 'foo.less'
需要修改配置,允许除js、jsx、es以外的模块写后缀
The text was updated successfully, but these errors were encountered:
[2, "always", {js: "never", jsx: "never", es: "never"}] 这样?
Sorry, something went wrong.
No branches or pull requests
现在禁掉了所有的后缀,这导致
import 'foo.less'
等非js的资源会报错,不应该如此需要修改配置,允许除js、jsx、es以外的模块写后缀
The text was updated successfully, but these errors were encountered: