forked from sombochea/verdaccio-ui
* fix: add missing trailing slash to publicPath - closes #395 * test: update snapshot (cherry picked from commit fe6494fec7225928cc510e112c80e4b171160a09) Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
This commit is contained in:
parent
544b999f81
commit
bae9638b23
@ -8,7 +8,7 @@ module.exports = {
|
||||
output: {
|
||||
path: `${env.APP_ROOT}/static/`,
|
||||
filename: '[name].[hash].js',
|
||||
publicPath: '/-/static',
|
||||
publicPath: '/-/static/',
|
||||
},
|
||||
|
||||
resolve: {
|
||||
|
Loading…
Reference in New Issue
Block a user