Fix XPBar test: enable automatic JSX transform in babel
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@babel/preset-env',
|
||||
'@babel/preset-react'
|
||||
['@babel/preset-react', { runtime: 'automatic' }]
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user