Evert Bouw

Results 7 comments of Evert Bouw

Drop this within `override()`: ```js config => { config.plugins = config.plugins.filter(plugin => plugin.constructor.name !== "MiniCssExtractPlugin"); return config; }, ```

Filtering out the plugin no longer works. I don't know a way around it

Something being a Monad just means it flatmaps.

@mrm007 Sorry it's proprietary. I'm guessing if you create more files than the system filewachter limit you should run into this, doesn't seems to happen in macos locally but it...

@askoufis that did not fix the problem. ```sh devDependencies: - @vanilla-extract/vite-plugin 4.0.9 + @vanilla-extract/vite-plugin 0.0.0-fix-watch-mode-20240429115131 (4.0.9 is available) Done in 14.1s > vite build vite v5.2.11 building for production... transforming......

I ran into this as well, you have to blacklist `users` from `root`, not whitelist. In this example you can even remove the entire root persistor.

You will need to add the `symbol-observable` polyfill yourself, and it needs to be loaded before rxjs does. Then set the observable config ```js import "symbol-observable"; import { setObservableConfig }...