implements connect-history-api-fallback and refines the way client files are served

This commit is contained in:
James
2020-06-16 21:52:23 -04:00
parent ce81232bbf
commit 0f2d421a87
5 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ module.exports = (config) => {
},
output: {
path: '/',
publicPath: '/static',
publicPath: config.routes.admin,
filename: '[name].js',
},
devServer: {