forked from bitshares/beet
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Switch from webpack to vite #7
Comments
Attempting to switch to vite in this branch: https://github.com/beetapp/beeteos/tree/vite Run into a blocking issue though that's preventing dev/build from running:
Which is weird, because the dev dependencies show it's installed:
And it's also included in the vite config plugins:
Need to figure out why the SFC format and vue files aren't being processed by the plugin.. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
We're currently using webpack, this requires multiple additional dev dependencies like babel, loaders, and multiple plugins.
Describe the solution you'd like
Vite is an alternative we could consider which would reduce the quantity of dev/peer dependencies we need to maintain whilst also introducing several DX improvements over webpack.
Describe alternatives you've considered
Continue using webpack.
Additional context
https://electron-vite.github.io
https://github.com/alex8088/quick-start/blob/master/packages/create-electron/playground/vue/package.json
The text was updated successfully, but these errors were encountered: