0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

Merge pull request #755 from broekema41/master

fix: replace static endpoint in case of reverse proxy
This commit is contained in:
Juan Picado @jotadeveloper 2018-06-14 23:09:12 +02:00 committed by GitHub
commit 05f8ff197b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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