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
This still doesn't seem to work when using CRA. During the yarn install process I see the assets folder but then it gets removed later on during Cleaning Modules phase.
Discovered that this is an issue with yarn and not CRA. The default/recommended .yarnclean file includes assets. I simply needed to add !rc-menu/assets to the end of the .yarnclean file so the css isn't removed.
Hello, I updated to v7.4.30 and I got this error when importing /assets/index.css
Module not found: Can't resolve 'rc-menu/assets/index.css'
Only the index.less file is included in /assets
Can the css file be added back?
I will use v7.4.29 for now until this is fixed.
Thanks!
The text was updated successfully, but these errors were encountered: