i have the next error when i try to include react-share in my app, all compile fine and if i go to another routes where no is loading this library works fine, but when i include it crash.
TypeError: util.inherits is not a function
i am using webpack dev server with webpack 2. i am mocked the next modules
note: i tried to mock utils so because util is not defined in not node env.
node: {
fs: "empty",
child_process: "empty",
},