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
I'm using a few icons from the @mdi/js. The package is added as devDependency and the import is done in this way:
import { mdiFlipHorizontal, .. } from "@mdi/js";
After building the project with webpack this result in approx. 1.6MB extra size added to the output bundle. Is there any way to just import a single icon?