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
npm ls react-scripts (if you haven’t ejected): react-scripts-ts@2.6.0
In the user guide it says that:
To reduce the number of requests to the server, importing images that are less than 10,000 bytes returns a data URI instead of a path. This applies to the following file extensions: bmp, gif, jpg, jpeg, and png. SVG files are excluded due to #1153.
Bugs #1153 and #1180 are fixed. Should we add .svg to url-loader too? And update the user guide? I have a lot of small .svg files that could be a data URI?
The text was updated successfully, but these errors were encountered:
Is this a bug report?
No
Which terms did you search for in User Guide?
Adding .svg images
Environment
node -v
: v6.11.3npm -v
: 3.10.10yarn --version
(if you use Yarn): 1.2.1npm ls react-scripts
(if you haven’t ejected): react-scripts-ts@2.6.0In the user guide it says that:
Bugs #1153 and #1180 are fixed. Should we add .svg to url-loader too? And update the user guide? I have a lot of small .svg files that could be a data URI?
The text was updated successfully, but these errors were encountered: