Finished navbar (responsive) and started to work

on filters sidebar
This commit is contained in:
Edin Dazdarevic
2016-11-08 10:25:48 +01:00
parent 4df91c1685
commit 7072278061
7 changed files with 260 additions and 22 deletions

View File

@@ -2,7 +2,8 @@ module.exports = {
entry: ["./index.js"],
output: {
path: __dirname + "/dist",
filename: "app.bundle.js"
filename: "app.bundle.js",
publicPath: "http://0.0.0.0:8080/"
},
module: {
loaders: [