fractal-react-adapter icon indicating copy to clipboard operation
fractal-react-adapter copied to clipboard

fix: work with babel 7

Open mwinche opened this issue 6 years ago • 0 comments

fractal-react-adapter doesn't work with Babel 7 (which we are using)

This commit brings in the latest babel-plugin-module-resolver and swaps out babel-register for @babel-register.

WARNING This is a breaking change and would warrant a major version bump. It is breaking because if you are still running Babel 6, then it won't work.

mwinche avatar Apr 09 '18 23:04 mwinche