orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
49 lines (22 loc) • 1.32 kB
Markdown
this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.1"></a>
* Fix async call with depth 0 ([ddb684f](https://github.com/tleunen/find-babel-config/commit/ddb684f))
<a name="1.0.0"></a>
* Add support for async lookup ([ca2f592](https://github.com/tleunen/find-babel-config/commit/ca2f592))
### BREAKING CHANGES
* The default function is now async and uses a Promise. And the function doesn't
return null when the config is not found. Instead, an object { file: null,
config: null } is returned.
<a name="0.1.1"></a>
* **release:** Ignore src/ but not lib/ for npm ([2588adf](https://github.com/tleunen/find-babel-config/commit/2588adf))
<a name="0.1.0"></a>
* **find:** Initial commit with the find babel config function ([cd861f4](https://github.com/tleunen/find-babel-config/commit/cd861f4))
All notable changes to