alex.wei

Results 98 comments of alex.wei

How to parse postcss, tailwind configuration file is not determined by vite or electron-vite. For example, postcss is parsed through the `postcss-load-config` plugin, which can be configured through the [css.postcss](https://vitejs.dev/config/shared-options.html#css-postcss)...

This seems unfeasible, build tools usually use the root directory as the working directory. Changing the working directory during the build process is obviously difficult and unpredictable. For example, Vite...

Your idea is not very feasible, but the tanstack router you use can be customized via @tanstack/router-vite-plugin and postcss requires it to be in the root directory.

`protocol.handle` should use local path but not file protocol

net.fetch should be the local path

https://github.com/alex8088/electron-vite/issues/36 ``` vue const icon = 'app:///icon.png' ```

Such as: ```html `` ``` In vue and react, it will be bundle to `new URL('/logo.svg', import.meta.url).href`, but not in solid.