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
plugins: [ ['import', { libraryName: 'vant', libraryDirectory: 'es', style: true }, 'vant'] ]
其中 'vant', 这个参数 是作用是什么? 如果不写,默认值?是什么呢?
遇到的问题,如果有两个 都不写 第三个参数,就无法通过编译
The text was updated successfully, but these errors were encountered:
要处理的库/包的名字,会在node_modules下找这个库/包的文件夹
Sorry, something went wrong.
No branches or pull requests
plugins: [
['import', {
libraryName: 'vant',
libraryDirectory: 'es',
style: true
}, 'vant']
]
其中 'vant', 这个参数 是作用是什么? 如果不写,默认值?是什么呢?
遇到的问题,如果有两个 都不写 第三个参数,就无法通过编译
The text was updated successfully, but these errors were encountered: