Поправки путей
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user