Open noeRls opened 6 years ago
Hi, I have the following error when i'm trying to build my react app:
Failed to minify the code from this file: ./node_modules/bigchaindb-driver/dist/browser/bigchaindb-driver.cjs2.min.js:25:24793 Read more here: http://bit.ly/2tRViJ9
You can reproduce it by doing
create-react-app . npm install npm install bigchaindb-driver
Add the folowing line in App.js
import BigchainDB from "bigchaindb-driver"
Then run react-scripts build
react-scripts build
Thanks
Hi, I have the following error when i'm trying to build my react app:
You can reproduce it by doing
Add the folowing line in App.js
import BigchainDB from "bigchaindb-driver"
Then run
react-scripts build
Thanks