Adding vite-specific dependencies just for the renderer? #646
-
Let's say I need to add vite plugin/dependency just for the renderer process - for example auto importing of vue components; what am I supposed to do? I guess this could also extend to adding maybe some css framework you will use only in renderer process, but I think perhaps there should be something in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It should work. In some of my projects, I installed dependencies and plugins (such as windi-css) and used them only in renderer without issues. I assume that the problem is elsewhere. |
Beta Was this translation helpful? Give feedback.
-
So you added them |
Beta Was this translation helpful? Give feedback.
It should work. In some of my projects, I installed dependencies and plugins (such as windi-css) and used them only in renderer without issues. I assume that the problem is elsewhere.