I am working on a tool similar to create-react-app but plugin based with webpack 2 support. I want to use react-dev-utils as a dependency because I need webpackHotDevClient but it's not compatible with webpack 2.
Fix is simple so I am asking if someone is working on this or should I create a PR?
I am working on a tool similar to
create-react-appbut plugin based with webpack 2 support. I want to usereact-dev-utilsas a dependency because I needwebpackHotDevClientbut it's not compatible with webpack 2.Fix is simple so I am asking if someone is working on this or should I create a PR?