fix: vite4

This commit is contained in:
07akioni 2022-12-18 21:54:20 +08:00
parent 8a0b64223f
commit 2f0d3cb2d9

View File

@ -98,6 +98,7 @@ module.exports = {
}
},
esbuild: {
jsx: 'transform',
jsxFactory: 'h',
jsxFragment: 'Fragment'
}