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
{ "disableCSSModules": true, "autoprefixer": { "browsers": [ "last 4 versions", "Firefox ESR", "> 1%", "ie >= 8", "iOS >= 8", "Android >= 4" ] }, aa: "a" }
必须完全是json标准格式,key必须要用双引号包裹,value如果是有字符串类型也必须用双引号包裹。
The text was updated successfully, but these errors were encountered:
rc 配置应该都这样的,.babelrc, .eslintrc 等。
.babelrc
.eslintrc
Sorry, something went wrong.
好吧,被js编写方式惯坏了。
除了注释可以写,其他都和 JSON 一样。
No branches or pull requests
必须完全是json标准格式,key必须要用双引号包裹,value如果是有字符串类型也必须用双引号包裹。
The text was updated successfully, but these errors were encountered: