Skip to content

Commit ee26acd

Browse files
committed
chore: update babel config
1 parent bec35d0 commit ee26acd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
test: {
44
presets: [['@babel/preset-env', { targets: { node: true } }]],
55
plugins: [
6-
['@vue/babel-plugin-jsx', { mergeProps: false }],
6+
['@vue/babel-plugin-jsx', { mergeProps: false, enableObjectSlots: false }],
77
'@babel/plugin-proposal-optional-chaining',
88
'@babel/plugin-transform-object-assign',
99
'@babel/plugin-proposal-object-rest-spread',

v2-doc

0 commit comments

Comments
 (0)