Configure Vue to not assume it's on the web root

Fixes #21.
This commit is contained in:
Andrew Rowson
2020-12-29 19:17:11 +01:00
committed by Linus Groh
parent 045e635c21
commit 8d8664a338
+1
View File
@@ -6,6 +6,7 @@ const packageJson = fs.readFileSync("./package.json");
const version = JSON.parse(packageJson).version;
module.exports = {
publicPath: "",
configureWebpack: {
plugins: [
new webpack.DefinePlugin({