Skip to content

Commit

Permalink
avoid babelify bug in async package
Browse files Browse the repository at this point in the history
This flag can probably be removed later, but for now it's necessary to avoid the issues discussed and resolved here (and in linked issues): ipfs/js-ipfs#2283
  • Loading branch information
npfoss committed Jul 22, 2019
1 parent df2be3c commit b7a063f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Minimal client for interacting with the Gravity social network from the browser. Mostly for testing purposes.",
"scripts": {
"start": "http-server -c-1 -p 8080 public",
"build": "browserify src/app.js -o public/app.js -d"
"build": "browserify src/app.js -o public/app.js -d --ignore-transform=babelify"
},
"author": "Nate Foss",
"devDependencies": {
Expand Down

0 comments on commit b7a063f

Please sign in to comment.