Changed webpack to absolute path

This commit is contained in:
Jayasanka 2019-03-21 19:59:40 +05:30
parent 40e9fbebb8
commit 7ee7384969

View File

@ -21,6 +21,9 @@ const MiniCssExtractPlugin = require("mini-css-extract-plugin");
const config = { const config = {
devtool: "source-map", devtool: "source-map",
output: {
publicPath: '/publisher/' // <---- this
},
watch: false, watch: false,
resolve: { resolve: {
alias: { alias: {