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 README example includes --path "%PUBLIC_URL%" which I expect is for CRA support. However when using this option manifest.json paths include %PUBLIC_URL%. However CRA does not replace %PUBLIC_URL% in manifest.json.
Expected behavior
manifest.json should not receive the %PUBLIC_URL% prefix from --path.
The text was updated successfully, but these errors were encountered:
onderceylan
changed the title
%PUBLIC_URL% example does not actually work in CRA
Manifest file should not receive %PUBLIC_URL% input when working with CRA
Apr 18, 2022
Describe the bug
The README example includes
--path "%PUBLIC_URL%"
which I expect is for CRA support. However when using this option manifest.json paths include%PUBLIC_URL%
. However CRA does not replace%PUBLIC_URL%
in manifest.json.Expected behavior
manifest.json should not receive the
%PUBLIC_URL%
prefix from--path
.The text was updated successfully, but these errors were encountered: