Merge pull request #3851 from ethcore/js-inject-all

inject exports both partiy & web3
This commit is contained in:
Gav Wood
2016-12-15 13:09:29 +01:00
committed by GitHub
2 changed files with 19 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ module.exports = {
context: path.join(__dirname, '../src'),
entry: {
// library
'inject': ['./web3.js'],
'inject': ['./inject.js'],
'web3': ['./web3.js'],
'parity': ['./parity.js']
},