Поправки конфигов

This commit is contained in:
Book Pauk
2018-12-27 22:10:07 +07:00
parent 6db41db9ae
commit 5096c181da
3 changed files with 11 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
let path = require("path");
let webpack = require("webpack");
const path = require("path");
const webpack = require("webpack");
const VueLoaderPlugin = require('vue-loader/lib/plugin');
module.exports = {
@@ -7,8 +7,7 @@ module.exports = {
output: {
path: path.resolve(__dirname, "..", "server", "public"),
publicPath: "/",
filename: "[name].js",
chunkFilename: "[chunkhash].js"
filename: "bundle.js"
},
module: {