I have a really simple app, using webpack.
In my webpack confing the entry is defined as:
entry: { app: \'./index.js\'
},
When