mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
Trim narration comments and collapse small one-off helpers in the remaining ui-tui perf support files while preserving behaviour.
16 lines
281 B
JavaScript
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
|
|
}
|