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?
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?