Suman

Results 3 issues of Suman

### Describe the issue Seeing the following error on v0.6.1. Code was previously working on `v0.6.0` and earlier versions ```sh TypeError: String.prototype.concat called on null or undefined at concat ()...

bug

Fixes https://github.com/HorusGoul/vite-plugin-stylex/issues/100

The plugin function doesn't have an explicit return type. This is causing type errors in new versions of vite after a type change to [envDir](https://github.com/vitejs/vite/pull/19503). ### Fix Explicitly add a...