electron-react-devtools icon indicating copy to clipboard operation
electron-react-devtools copied to clipboard

Electron-React-Devtools does not minify with React's NPM Build command

Open AlmondBro opened this issue 7 years ago • 0 comments

When the npm run build command is run to build the production React app (to later be used by ElectronJS, of course), the following error message outputs:

Creating an optimized production build...
Failed to compile.

Failed to minify the code from this file:

        ./node_modules/electron-react-devtools/api.js:4

AlmondBro avatar Aug 16 '18 19:08 AlmondBro