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
babel-loader
chunk.[name].[chunkhash:16].js
[name].[hash:16].[ext]
<u-form-item>
label
title
package.json
vusion.config.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
✨ 新特性:
babel-loader
⚡️ 增强:
chunk.[name].[chunkhash:16].js
[name].[hash:16].[ext]
,相同文件名有时会出现一些问题🐛 修复:
💩 废弃:
<u-form-item>
使用label
属性而不是title
属性💥 非兼容性更新:
package.json
中的配置和vusion.config.js
的配置合并起来,两者只选其一。如果同时存在,会选择vusion.config.js
作为配置项。✨ New Features:
babel-loader
by default⚡️ Enhancement:
chunk.[name].[chunkhash:16].js
by default[name].[hash:16].[ext]
because same file names will cause some problems🐛 Bug Fixes:
💩 Deprecated:
label
property instead oftitle
property in<u-form-item>
💥 Breaking Changes:
package.json
andvusion.config.js
. Choosevusion.config.js
as config options first if two files both exist.The text was updated successfully, but these errors were encountered: