Files
hermes-agent/ui-tui/babel.compiler.config.cjs
Brooklyn Nicholson 2e4b65b9f5 chore(tui): clean remaining Ink perf scaffolding
Trim narration comments and collapse small one-off helpers in the remaining ui-tui perf support files while preserving behaviour.
2026-04-26 21:20:54 -05:00

16 lines
281 B
JavaScript

module.exports = {
assumptions: {
setPublicClassFields: true
},
plugins: [
[
'babel-plugin-react-compiler',
{
target: '19',
sources: filename => Boolean(filename && !filename.includes('node_modules'))
}
]
],
babelrc: false
}