marella / material-icons

Latest icon fonts and CSS for self-hosting material design icons.
https://marella.github.io/material-icons/demo/
Apache License 2.0
305 stars 36 forks source link

Add empty index.js #9

Closed micvbang closed 3 years ago

micvbang commented 5 years ago

First of all, thank you for sharing this package with the world!

In order to compile this package with my vuepress pipeline pipeline, index.js is required to exist in the root.

If it doesn't break anything else, I think this would be an excellent addition to the package :)

marella commented 3 years ago

Sorry for the late response. I tried it with the latest version of vuepress and it is working fine after importing in enhanceApp.js (I haven't used it before so don't know if this is the right way):

import 'material-icons/iconfont/material-icons.css';

Closing this for now as it doesn't seem to be an issue anymore but feel free to re-open if you are still facing issues.