Поправки путей

This commit is contained in:
Book Pauk
2018-12-28 15:54:39 +07:00
parent c94d426157
commit 765dd1de06
3 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ const VueLoaderPlugin = require('vue-loader/lib/plugin');
module.exports = {
entry: [path.resolve(__dirname, "../client/main.js")],
output: {
path: path.resolve(__dirname, "..", "server", "public"),
publicPath: "/",
path: path.resolve(__dirname, "../server/public/app"),
publicPath: "/app",
filename: "bundle.js"
},