Fix tests

One can use transforms with Browserify, so I added babelify in order to
compile all node modules to ES5.
This commit is contained in:
2017-02-17 21:30:53 +08:00
parent 0bf09fbe49
commit fe356429fe
3 changed files with 13 additions and 2 deletions
+9
View File
@@ -21,6 +21,15 @@ module.exports = function(environment) {
// when it is created
},
browserify: {
transform: [
["babelify", {
presets: ["es2015"],
global: true
}]
]
},
web3ProviderUrl: "https://parity.kosmos.org:8545",
ethereumChain: "testnet",
ipfs: {