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
In core we are importing css files from fundamental-ui, and because of that we have lots of unused css selectors. Those additional selectors cause warnings and for now there is no way to remove all of them.
I was able to reduce the number of warnings from >1500 to <70 by removing unnecessary imports. The remaining warnings are still there but they are not displayed during the build anymore.
Uh oh!
There was an error while loading. Please reload this page.
when execute
npm run bundle
in luigi/core the console is polluted by a lot of warning logs. Either fix warnings or change log level.The text was updated successfully, but these errors were encountered: