[-] Remove public path

This commit is contained in:
Hykilpikonna
2019-09-23 20:14:41 -04:00
parent df85e1084f
commit 9e8e44b91f
+1 -3
View File
@@ -3,7 +3,5 @@ module.exports =
devServer:
{
disableHostCheck: true,
},
publicPath:
process.env.NODE_ENV === 'production' ? '/VeracrossAnalyzer.Client/' : '/'
}
};