-
-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first class support for bundlers #1301
Comments
How would bundler support look like? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi sorry for late reply.
Something like tauri, where we use Why?
Outcome:
|
Tauri has a node application that creates a project scaffold with a configuration file. Is this what you suggest? |
Correct. We use node.js to make a bundle. Final application wont have any node.js dependency |
While it is a noble idea, but the reality is that I do not have resources for launching and maintaining a separate project. |
Fair enough, but could you please keep this issue open? Maybe someone will implement that feature |
Sure |
I've updated the react boilerplate to use vite and vue3 here Vu3 Boilerplate. I have not tested on windows. Should still work with react. |
One does not need any support from PyWebView to use it with Vite. For develop, just start Vite: I am using PyWebView, Vite and PyInstaller together in my app. If you want, look at this particular state where everything works together. A lot of magic happens in |
Description
It would be awesome if
pywebview
provided support for first class bundlers (eg:webpack
,vite
)Practicalities
The text was updated successfully, but these errors were encountered: