1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 02:12:53 +00:00

server set up with app engine

This commit is contained in:
2016-08-22 00:01:53 -05:00
parent 6dac5aeb06
commit 34b463cd44
18 changed files with 827 additions and 33 deletions

View File

@@ -33,8 +33,8 @@ module.exports = {
]
},
output: {
path: __dirname + "/dist/",
publicPath: "/dist/",
path: __dirname + "/public/",
publicPath: "/public/",
filename: "client.min.js"
},
plugins: debug ? [] : [
@@ -48,6 +48,6 @@ module.exports = {
template: 'index.html',
inject: 'body',
hash: true
})
})
]
};
};