var webpack = require ('webpack');
module.exports =
{
entry: './app.js',
output: {
path: __dirname,
filename: 'hedera-web.js'
}
};