-
Notifications
You must be signed in to change notification settings - Fork 80
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
"PUBLIC_URL" no parse #176
Comments
Same problem here (1.5.0). After wrapping webpack config with |
Current workaround is to make it conditional in build.js,
and don't use the measured builds for anything (except measuring of course). |
All environment variables are not parsed in template html |
Same issue here with %PUBLIC_URL%. Is there any solution to get both of them working ? Maybe removing the 2 plugins before wrap and adding them manually after wrap ?
|
URIError: Failed to decode param '/%PUBLIC_URL%/favicon.ico'
The text was updated successfully, but these errors were encountered: