|
|
|
|
|
by t0astbread
2121 days ago
|
|
I do this nowadays when the app I'm building isn't too complex yet. I download the latest Preact bundle from unpkg, commit it into git (I know it feels wrong but really, it's fine) maybe add htm and write my stuff as static unprocessed files. Of course, it's good to have the freedom to go both with and without a package manager and build tools, since this doesn't scale at all. |
|