Live data from Hacker News

Viewing profile — vite_throwaway

vite_throwaway

HN member
Joined
Fri, Mar 13, 2026, 1:49 PM UTC
HN karma
4
Public activity
3 items

About vite_throwaway

No profile information was provided.

Recent public activity

  1. comment
    Comment #47365872

    Probably. It's just that I've always used .js for my projects (decades). Such a rename would likely result in configuration changes to the other tools I use, but indeed they are be…

  2. comment
    Comment #47365733

    Thanks, I will consider this workaround later on. Another instance is the use of rollupOptions.output.manualChunks that now has to be rewritten, maybe that would be less frustratin…

  3. comment
    Comment #47364563

    I have a small React project using vite 7 and have the following in my config so that vite interprets ".js" files as JSX: // See https://github.com/vitejs/vite/discussions/14652 es…