Ciprian Draghici
Results
2
issues of
Ciprian Draghici
When an image with exactly 1MB is used, the fileSizeReadable ouput contains wrong value for file size (instead of 1MB it returns 2MB which is wrong)
As a workaround please check this thread: https://github.com/facebook/create-react-app/issues/12700#issuecomment-1463040093 ex. 1. Add `craco` add dev dependency `yarn add -D @craco/craco` 2. Create `craco.config.js` file on the project root ``` module.exports =...
FIXED