[+] Add deploy path

This commit is contained in:
Hykilpikonna
2019-09-23 19:56:27 -04:00
parent 7b11537e0f
commit 0b41f8ac5d
+8 -4
View File
@@ -1,5 +1,9 @@
module.exports = { module.exports =
devServer: { {
devServer:
{
disableHostCheck: true, disableHostCheck: true,
} },
} publicPath:
process.env.NODE_ENV === 'production' ? '/VeracrossAnalyzer.Client/' : '/'
};