0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00

fix: allowing to allow replace static enpoint in case of reverse proxy

This commit is contained in:
Roland Broekema 2018-06-13 16:29:16 +02:00
parent 9159e2075d
commit 90803c774a

View file

@ -7,7 +7,7 @@ module.exports = {
output: {
path: `${env.APP_ROOT}/static/`,
filename: '[name].[hash].js',
publicPath: '/-/static',
publicPath: 'ToReplaceByVerdaccio/-/static',
},
resolve: {