Fixed webpack config

This commit is contained in:
Lukas Obermann
2016-12-28 18:53:16 +13:00
parent 283e454dde
commit 3df8580633
+1 -1
View File
@@ -2,7 +2,7 @@ var ExtractTextPlugin = require('extract-text-webpack-plugin');
module.exports = {
entry: {
main: './js/AppBootstrap.js'
main: './src/AppBootstrap.js'
},
// devtool: 'source-map',
output: {