mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
feat(cli): add babel loose mode config
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
presets: ['@vant/cli/preset'],
|
||||
presets: [['@vant/cli/preset', { loose: true }]],
|
||||
};
|
||||
|
Reference in New Issue
Block a user