kt3k / packup

📦 Zero-config web application packager for Deno
https://packup.deno.dev/
MIT License
327 stars 18 forks source link

0.2.0 roadmap update #40

Open elycheikhsmail opened 2 years ago

elycheikhsmail commented 2 years ago

I think some features planned are released ( tailwind exapmle for example ) then we need to update 0.2.0 roadmap progress in read me

David-Else commented 2 years ago

I have been looking over this project to see if it would work for me, but it seems to be universally using the outdated tsconfig.json. Especially considering the new auto-discovery-of-the-config-file it is important to use deno.json or deno.jsonc instead.

https://deno.land/manual@v1.18.0/getting_started/configuration_file

This project looks brilliant, I have been trying to create my own set of scripts to use the deno esbuild, I didn't know this existed.