Make the devserver serve from the proper location.

This commit is contained in:
James Aguilar
2018-05-04 23:36:39 -04:00
parent 3fe254494e
commit 96a8e084e9
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -47,5 +47,8 @@ module.exports = {
namedChunks: false,
minimize: false,
portableRecords: true
},
devServer: {
publicPath: "/dist",
}
};