-
-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow hosting from different base url / homepage #254
Closed
MrHen opened this issue
Apr 4, 2019
· 3 comments
· Fixed by brock1337/aweber-hackathon-vue#5, Starrier/weigh-anchor#4 or DallasAutumn/audio_emotion#18 · May be fixed by huzepin/Test_Repository#7 or akustar/imgmap#11
Closed
Allow hosting from different base url / homepage #254
MrHen opened this issue
Apr 4, 2019
· 3 comments
· Fixed by brock1337/aweber-hackathon-vue#5, Starrier/weigh-anchor#4 or DallasAutumn/audio_emotion#18 · May be fixed by huzepin/Test_Repository#7 or akustar/imgmap#11
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
I need a way to prepend a specific url to both the root location and
viewer.js
. I am hosting the bundle viewer through a docker container and am running nginx to route various urls into the servers.As best as I can tell, one of the the following changes would give me a way to do what I want:
viewer.js
to prepend a base url setting: https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/views/viewer.ejs#L8projectRoot
option for configuration: https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/src/viewer.js#L48Technical info
[email protected]
v8.15.0
6.4.1
Debug info
CLI command:
react-scripts build --stats && webpack-bundle-analyzer build/bundle-stats.json -m server -O --port 8888 --host 0.0.0.0
nginx configuration:
The text was updated successfully, but these errors were encountered: