qwikifiers / qwik-nx

Nx plugin for Qwik
131 stars 24 forks source link

Revert "feat: use @nrwl/vite:preview-server executor (#47)" #58

Closed dmitry-stepanenko closed 1 year ago

dmitry-stepanenko commented 1 year ago

What is it?

Description

preview-server executor merges configuration options from itself and corresponding build target. Because of this we end up having ssr option in the preview configuration, which ends up having wrong dist path to serve the build assets. There's no quick fix that can be applied, so in order to not create confusion it's better to revert the change entirely