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

Commit

Permalink
test: Correct exclude of brfs loader
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 16, 2016
1 parent 8282630 commit b19aead
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
15 changes: 15 additions & 0 deletions .aegir.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
'use strict'

module.exports = {
webpack: {
module: {
postLoaders: [{
test: /\.js$/,
loader: 'transform?brfs',
exclude: [
/js-ipfs-api\/test/
]
}]
}
}
}
19 changes: 3 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"url": "https://github.com/ipfs/js-ipfs-api"
},
"devDependencies": {
"aegir": "^3.0.2",
"aegir": "^3.0.4",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"interface-ipfs-core": "^0.1.4",
Expand Down Expand Up @@ -87,18 +87,5 @@
"bugs": {
"url": "https://github.com/ipfs/js-ipfs-api/issues"
},
"homepage": "https://github.com/ipfs/js-ipfs-api",
"aegir": {
"webpack": {
"module": {
"postLoaders": [
{
"test": "__",
"loader": "transform?brfs",
"include": []
}
]
}
}
}
}
"homepage": "https://github.com/ipfs/js-ipfs-api"
}

0 comments on commit b19aead

Please sign in to comment.