I'm wondering if it'd be ok to move to using ViteJS (which makes use of ESBuild under the hood) instead of raw ESBuild?
(Very biased/Personal) Benefits:
- Nice "wrapper" around ESBuild providing a better DX (Developer Experience)
- Ability to use Vitest
"build:esm:module": "esbuild src/*.ts src/*.css --outdir=dist/ --format=esm" and other scripts won't break on my machine anymore 😅 (on Windows 👀 )
I'm wondering if it'd be ok to move to using ViteJS (which makes use of ESBuild under the hood) instead of raw ESBuild?
(Very biased/Personal) Benefits:
"build:esm:module": "esbuild src/*.ts src/*.css --outdir=dist/ --format=esm"and other scripts won't break on my machine anymore 😅 (on Windows 👀 )