inject exports both partiy & web3

This commit is contained in:
Jaco Greeff
2016-12-15 10:05:52 +01:00
parent 03db4d0373
commit 9fc3c47bcb
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']
},