module.exports = {
entry: './static/js/src/main.js',
output: {
path: './static/js',
filename: 'bundle.js'
}
};