Replies: 4 comments
-
Duplicate #476 |
Beta Was this translation helpful? Give feedback.
-
Doesn't seem like a duplicate of #476 to me. However, the information provided is not enough to be able to reproduce this bug and fix it 😞 |
Beta Was this translation helpful? Give feedback.
-
@valscion - thanks for responding. Pls tell me what more info i can provide. i tried some debugging. i noticed that adding an alias for |
Beta Was this translation helpful? Give feedback.
-
I have no idea. Without a minimal sized repository that shows the issue, debugging further is nearly impossible to me |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue description
I can only see Stat after running bundle analyser.
Just adding following line makes it happen,
'react-dates/lib': 'react-dates/esm'
If I remove this line, I am able to see all three ( Stat, Parse, Gzipped)
Logs
Technical info
package.json
Major dependency -
Debug info
It is a huge app. I am trying to shrink react-dates bundle size. In the process , i added 'react-dates/lib': 'react-dates/esm' following this comment ( react-dates/react-dates#874 (comment) ) ; but after this I cannot see Gzipped in chart generated by bundle analyser.
Beta Was this translation helpful? Give feedback.
All reactions