-
Notifications
You must be signed in to change notification settings - Fork 6
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
Load images in index.html #129
Comments
@alexandrebouttier You can create custom component for splash screen and put it on top level of your React app, not put splash screen inside HTML |
hello, the problem is that I have everything to put for my ios splash screens, why can't we put them in the html?
|
@alexandrebouttier you can put inside file <link
rel="apple-touch-icon"
sizes="192x192"
href="{%=htmlWebpackPlugin.files.favicon.logo192.png%}"
/> |
I have mi like this in the webpack.common.js but when I inspect my html file the href link of my link of my image is never transform, I never used webpack so a little lost
|
Hello, I created a pwa thanks to your template, I have a problem to load the images of my splash screen, how to load them in the index.html?
The text was updated successfully, but these errors were encountered: