Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Fix 683 #688

Merged
merged 10 commits into from
Feb 12, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
"stream": "readable-stream",
"http": "stream-http",
"ipfs-api": false,
"ipfs": false
"ipfs": false,
"./node_modules/ipfsd-ctl/src/ipfsd-in-proc.js": false,
"./node_modules/ipfsd-ctl/src/factory-in-proc.js": false
},
"scripts": {
"test": "aegir test",
"test:node": "aegir test -t node",
"test:browser": "aegir test -t browser",
"test:browser": "node --max-old-space-size=8192 ./node_modules/.bin/aegir test -t browser",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still no luck. Kind of running out of my options here :(

Copy link
Contributor Author

@daviddias daviddias Feb 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vmx @pgte @dignifiedquire any Webpack wisdom to solve this issue? I'm using the latest ipfs/js-ipfsd-ctl#200 and no luck still.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, spoke too soon, IT RUUUNS :D

image

"test:webworker": "aegir test -t webworker",
"lint": "aegir lint",
"build": "aegir build",
Expand Down