qwikifiers / qwik-nx

Nx plugin for Qwik
131 stars 24 forks source link

fix(qwik-nx): preview target should not get ssr param #53

Closed dmitry-stepanenko closed 1 year ago

dmitry-stepanenko commented 1 year ago

What is it?

Description

preview mode inherits undesired "ssr" param from the buildTarget, which results in it being broken

closes #52