react-firebase-starter
react-firebase-starter copied to clipboard
Override project URL using relative path
Right now, RSB assuming my app is served at the server root. It's hard to override it.
Current: we can access it via http://domain.com/ as a root. But we can't make the another project inside using sub-folder.
Future: we can access it via http://domain.com/sub-folder/ as a root
For your reference:
create-react-app have an ability to change it via package.json
-- link
If you have a solution about this, maybe you should update the doc. Thanks for creating this wonderful project!
@frenzzy, I think there will be another issues regarding <base>
tag:
- Anchor with ID as a target will not work. There's need another workaround. Probably will causing another issue.
- It will not override the
publicPath: '/dist/'
inwebpack.config.js
- Assuming we're changing the
publicPath
, it will causing another issue regarding the router.
Hi, any movement on this? Wondering if it could also be a webpack issue?