-
Notifications
You must be signed in to change notification settings - Fork 392
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
Support Vite.JS #568
Comments
How resolve your problem? Did you use other library for prerendering? |
I haven't had any problems using "reactSnap": {
"source": "dist"
}, |
React-snap not working on Vite Typescript.- |
This line is incompatible with // package.json
"resolutions": {
"puppeteer": "^13"
}, This will include Chromium 101 that should improve compatibility. |
Feature Request
Is your feature request related to a problem? Please describe.
Cannot use the
react-snap
withvite.js
Describe the solution you'd like
Would be great to have an implementation of
react-snap
for thereact
plugin ofvite.js
Describe alternatives you've considered
I've considered using
vite-plugin-ssr
prerendering option, but my project is small and using this library requires a lot of changes, refactoring and useless boilerplate. I'd like to have a simple solution forvite
and I thinkreact-snap
is a perfect fit.The text was updated successfully, but these errors were encountered: