Merge pull request #3851 from ethcore/js-inject-all
inject exports both partiy & web3
This commit is contained in:
@@ -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']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user