Finished navbar (responsive) and started to work
on filters sidebar
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user