Fix XPBar test: enable automatic JSX transform in babel

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-22 19:23:58 +02:00
parent a4cabbd2b8
commit f01eef297f

View File

@@ -1,6 +1,6 @@
module.exports = {
presets: [
'@babel/preset-env',
'@babel/preset-react'
['@babel/preset-react', { runtime: 'automatic' }]
]
};