You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref #392 and #320 (issues requesting electron support, shut down because razzle runs two bundles by default)
seems like there are two issues with using razzle with electron
there's no programmatic usage
there's no option to only run client bundle
would you be interested in a PR adding these two options? it would align with other SSR built tools like next.js and nuxt.js which also offer the above and thus support electron as a target
I currently have a fork that has a working version of this. it extracts some of the logic inside scripts so that the client bundle can be compiled programmatically, and has a minor change in createConfig to fix an error that was occurring in electron window.
The text was updated successfully, but these errors were encountered:
ref #392 and #320 (issues requesting electron support, shut down because razzle runs two bundles by default)
seems like there are two issues with using razzle with electron
would you be interested in a PR adding these two options? it would align with other SSR built tools like next.js and nuxt.js which also offer the above and thus support electron as a target
I currently have a fork that has a working version of this. it extracts some of the logic inside
scripts
so that the client bundle can be compiled programmatically, and has a minor change increateConfig
to fix an error that was occurring in electron window.The text was updated successfully, but these errors were encountered: