react-native-rest-client icon indicating copy to clipboard operation
react-native-rest-client copied to clipboard

Failed to minify code / react build

Open alanpeixinho opened this issue 7 years ago • 1 comments

I am facing a problem in building a react app with this library. Failed to minify the code from this file: ./node_modules/react-native-rest-client/index.js:1 Thanks for everything

alanpeixinho avatar Jan 02 '18 21:01 alanpeixinho

Is it a ReactNative app or just regular React? It could be the case that your minifier expects to see ES5 code, so maybe you need to transpile it from ES6 to ES5 first.

javorosas avatar May 26 '18 10:05 javorosas