Daniel Carpenter
Daniel Carpenter
I'm newish to elixir but have been using this library at work and would like to contribute. Could you give me a quick example of what you mean be using...
We are using cytoscape all over the place. Great work. Stringify [stringify.com](https://www.stringify.com)
``` // LIBRARY /*eslint-disable no-unused-vars*/ import React from 'react'; /*eslint-enable no-unused-vars*/ import {Route, DefaultRoute, NotFoundRoute} from 'react-router'; // COMPONENT import Application from './components/App/App'; import Contact from './components/ContactSection/Contact'; import HomeSection from...
Found the problem http://stackoverflow.com/questions/30983668/invalid-mapping-error-trying-to-use-babel-require-hook-and-polyfill-with-react Tried latest version of acorn but that didn't work either so I had to explicitly put 1.0.3 for acorn jsx version in the package.json for babel-core...
1. Since the build process works for you, I would try updating your babel-loader to the latest version and checking to see which version of acorn-jsx/acorn the babel-core dependency is...