mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
feat(cli): support compile nullish coalescing operator
This commit is contained in:
@@ -40,7 +40,8 @@ module.exports = function() {
|
||||
'vant'
|
||||
],
|
||||
'@babel/plugin-transform-object-assign',
|
||||
'@babel/plugin-proposal-optional-chaining'
|
||||
'@babel/plugin-proposal-optional-chaining',
|
||||
'@babel/plugin-proposal-nullish-coalescing-operator'
|
||||
]
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user