Releases: atom-community/babel-preset-atomic
Releases · atom-community/babel-preset-atomic
v5.0.0
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
v4.4.0
v4.3.0
What's Changed
- fix: set
loose: true
for plugin-proposal-private-property-in-object by @icecream17 in #38 - fix: update dependencies by @aminya in #42
New Contributors
- @icecream17 made their first contribution in #38
Full Changelog: v4.2.1...v4.3.0
v4.2.1
Full Changelog: v4.2.0...v4.2.1