Breaking Change
To configure the plugin for an older Electron, you can pass the electron target. See the example in the readme
{
"presets": [
[
"babel-preset-atomic",
{
"targets": {
"electron": 9
}
}
]
]
}
Full Changelog: v4.4.0...v5.0.0