Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix dev errors when using transform-react-inline-elements
The babel-plugin-transform-react-inline-elements plugin was giving some weird errors (false positions). The reason was that a dependency was being inlined and included in an app running development mode. This can be re-enabled when we no longer generate a built version of libs, see #26.
- Loading branch information