Releases: atom-community/babel-preset-atomic
Releases · atom-community/babel-preset-atomic
v3.0.0
BREAKING: removes sourceMap option and excluding node_modules
These should be declared by the user like so in your babel.config.js (or babelrc)
{
"exclude": ["node_modules/**"],
"sourceMaps": "inline"
}
v2.6.1
Only include index.js in the npm packgee
v2.6.0
Add @babel/plugin-transform-reserved-words
v.2.7.0
add @babel/plugin-proposal-private-methods
v2.5.4
Added notStrictDirectiveTriggers
and notStrictCommentTriggers
options from babel-plugin-transform-not-strict