You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The index.html file is currently static so it's a bit annoying to make it use the folder name. Feel free to send a diff to update it if you feel like it.
You can inject that with the HTMLWebpackPlugin from the webpack config I'm pretty sure, be wary though because that'll override whatever the users puts in there themselves.
Activity
gaearon commentedon Jul 18, 2016
Agreed!
vjeux commentedon Jul 18, 2016
b214b17
The index.html file is currently static so it's a bit annoying to make it use the folder name. Feel free to send a diff to update it if you feel like it.
mxstbr commentedon Jul 18, 2016
You can inject that with the HTMLWebpackPlugin from the webpack config I'm pretty sure, be wary though because that'll override whatever the users puts in there themselves.
EDIT: Sorry for the reopen, that was a misclick
Fix for facebook#16 fix eject script
Merge pull request facebook#17 from stereobooster/16-fix-eject