Closed
Description
I was using mqtt module with react-scripts v0.2.3 to build some sort of IoT web app. Everything was fine until I upgraded the react-scripts to v0.4.1. There was an error from the developer console:
Uncaught Error: process.binding is not supported
from browser.js
at line 173.
Removing the import mqtt from 'mqtt'
or require('mqtt')
solve the issue, but that's not what I wanted. Any help would be appreciated. Thanks in advance!