qwikifiers / qwik-nx

Nx plugin for Qwik
132 stars 24 forks source link

fix(qwik-nx): preset and peer dependencies fixes #68

Closed dmitry-stepanenko closed 1 year ago

dmitry-stepanenko commented 1 year ago

What is it?

Description

  1. when running npx create-nx-workspace somename --preset-qwik-nx, qwik-nx:preset generator uses default argument somename for the application name, while it is supposed to only be used for the workspace name
  2. @nrwl/js:tsc executor builds qwik-nx package and includes dependencies of dependencies in its package.json. SInce this is happening, we should at least specify wider range of dependencies in order to not limit users to a single strict version