Skip to content

v3.0.0

Compare
Choose a tag to compare
@aminya aminya released this 31 Oct 11:49
· 146 commits to master since this release

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"
}