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:
@@ -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
|
||||
})
|
||||
})
|
||||
]
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user