Hacker News new | ask | show | jobs
by tazeg95 1681 days ago
Yes, you don't need Parcel, Vite, Webpack, Rome or Rollup to code with Javascript. I never understood how to configure webpack and you don't know what thoses tools are doing. Just keep things simple. Write your own bundler with esbuild. Here is a script I wrote to build a Svelte Typescript Tailwind projetct : https://github.com/Tazeg/svelte-typescript-esbuild-tailwind-...