This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Does not work with UglifyJS version 2 #938
Closed
Description
- Version: 0.25.0
- Platform: JS
- Subsystem:
Type: Bug
Severity: Critical
Description:
Trying to build IPFS node in the browser, uglifyJS through webpack won't build the app.
static/js/main.725ac8bb.js from UglifyJs
Unexpected token: name (CID) [./~/cids/src/index.js:23,0][static/js/main.725ac8bb.js:8442,6]
Hey guys, I'm trying to build an IPFS node in my browser. Building the app with yarn run build
using create-react-app gives the error above. It looks like it doesn't like the type CID. I've installed CID as well, but no go. Anyone know what's going on here?