mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 23:55:08 +00:00
build: support optional chaining (#4706)
This commit is contained in:
@@ -31,7 +31,8 @@ module.exports = function (api) {
|
||||
useESModules
|
||||
}
|
||||
],
|
||||
'@babel/plugin-transform-object-assign'
|
||||
'@babel/plugin-transform-object-assign',
|
||||
'@babel/plugin-proposal-optional-chaining'
|
||||
]
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user