Elijah Mooring

Results 10 comments of Elijah Mooring

I agree. This would be a nice feature to add.

On second thought, this might not be needed because both Rollup and Webpack support [tree shaking](https://rollupjs.org/guide/en/#tree-shaking). Any thoughts?

Thanks for the issue @ramaisen! Just to be clear, are you thinking about something like [this](https://svelte.dev/repl/50fd12b20f754ef6b85bb90325d8460c?version=3.9.2)?

There could be a `custom` prop that defaults to `false`. If `custom` add the value of `icon` to the class list on `i`. Else use the the material icons. A...

I am still getting the unsupported key feedback sound. ```toml [build-dependencies] tauri-build = { version = "1.2.0", features = ["config-toml"] } [dependencies] tauri = { version = "1.2.0", features =...

@mafintosh, have you had a chance to look at this yet? It would help us out a lot if this were fixed.

Can this be done on IOS as well?

I've [fixed the upstream glob_filter](https://github.com/Vehmloewff/glob-filter/commit/d09c2fb932724d24937f1e2b86a38873cbcbe69c) dependency. Upgrading to `[email protected]` will fix this (see #30).

When possible, I've done dynamic imports inside a condition to check if the platform is M1. I've done other hacks before so that the imports are part of the module...