qwikifiers / qwik-nx

Nx plugin for Qwik
131 stars 24 forks source link

fix(qwik-nx): added missing path import statement for tailwind template #71

Closed giri-jeedigunta closed 1 year ago

giri-jeedigunta commented 1 year ago

What is it?

Description

Added a missing import statement const { join } = require('path'); in the tailwind.config.js__tmpl__ which is causing this error - https://github.com/qwikifiers/qwik-nx/issues/70

Use cases and why

When tailwind is added via generator there should not be any errors. closes https://github.com/qwikifiers/qwik-nx/issues/70

Screenshots/Demo

Checklist:

shairez commented 1 year ago

Great job @giri-jeedigunta ! Thanks! 🙏