This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
Trying to hack the way around Webpack build #42
Labels
exp/expert
Having worked on the specific codebase is important
help wanted
Seeking public contribution on this issue
kind/bug
A bug in existing code (including security flaws)
P1
High: Likely tackled by core team if no one steps up
Trying to find a workaround for the issue #38, I made a script to babelify every script that couldn't be parsed by webpack:
fix.js, click to expand
I just added
babel
as dev dependency (yarn add babel-cli --dev
) and run this script (node fix
).However, I still have an error:
I don't know the internal of ipfs (yet), so if anyone has an idea of what could cause this bug, I take it 😉
The text was updated successfully, but these errors were encountered: