Mikkel Laursen

Results 45 comments of Mikkel Laursen

I'll close this with the v6 release, but there's some info [here](https://github.com/mlaursen/react-md/issues/1421#issuecomment-1817892815) about how it'll be added. The docs will also include an example script for [generating icon components](https://next.react-md.dev/components/icon#creating-icons-programmatically).

This is a very delayed response, but I've started using LuaSnip so I converted the snippets over in 191cd01. There are a few differences than the UltiSnips version but it's...

I think this is because I haven't upgraded this since the final version of webpack 2 came out. I'll try to do the migration when I get some free time

If you can use `yarn` instead of `npm`, it should work without issue. Otherwise try to install the exact `[email protected]`

You can either create a dummy `webpack-assets.json` file like I do [here](https://github.com/mlaursen/react-md/blob/4872f795ec163132cd78f49467e79329d8973180/docs/index.js#L81-L92), or just run the main build once. The webpack-isomorphic-tools just waits for that `webpack-assets.json` file to be created...