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.6.1
win10,chrome,4.4.6
https://antdv.com/docs/vue/use-with-vue-cli-cn/
跟着官方文档操作安装babel-plugin-import时在babel.config.js文件中配置:
babel-plugin-import
babel.config.js
plugins: [ [ "import", { libraryName: "ant-design-vue", libraryDirectory: "es", style: true} ] ]
最后使用
yarn serve
启动会编译错误(Failed to resolve loader: less-loader) 最后改为style: "css"就没有问题。 请问下这是怎么回事?
Failed to resolve loader: less-loader
style: "css"
若有什么问题希望对官方文档进行说明或更正下
yarn serve错误
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
No branches or pull requests
Version
1.6.1
Environment
win10,chrome,4.4.6
Reproduction link
https://antdv.com/docs/vue/use-with-vue-cli-cn/
Steps to reproduce
跟着官方文档操作安装
babel-plugin-import
时在babel.config.js
文件中配置:最后使用
启动会编译错误(
Failed to resolve loader: less-loader
)最后改为
style: "css"
就没有问题。请问下这是怎么回事?
What is expected?
若有什么问题希望对官方文档进行说明或更正下
What is actually happening?
yarn serve错误
The text was updated successfully, but these errors were encountered: