Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@aminya aminya released this 02 Jul 07:16
· 47 commits to master since this release

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