Skip to content
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

SSR: Optionally disable bundling of server #6188

Open
th3l0g4n opened this issue Jan 22, 2020 · 0 comments
Open

SSR: Optionally disable bundling of server #6188

th3l0g4n opened this issue Jan 22, 2020 · 0 comments

Comments

@th3l0g4n
Copy link

Is your feature request related to a problem? Please describe.
With version 1.5.0 of @quasar/app, bundling of the Node Server Part (when using SSR) was introduced.
Unfortunately this might lead to unexpected behaviour regarding env var injection and FS path resolution.
There is currently no option to disable this feature so that the SSR Version of @quasar/app 1.5.X behaves the same way (just copying server file and extensions) like the previous versions.

In my opinion there is also no real benefit of processing the server parts with webpack, as you have complete control over the execution environment.

Describe the solution you'd like
Add a Flag in the quasar.conf to completely disable bundling of the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant