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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user