esbuild-dev icon indicating copy to clipboard operation
esbuild-dev copied to clipboard

Just esbuild --watch.

Results 2 esbuild-dev issues
Sort by recently updated
recently updated
newest added

It seems that esbuild-dev doesn't recognize path aliases. For example, consider `tsconfig.json` ``` { "compilerOptions": { "target": "esnext", "module": "esnext", "moduleResolution": "node", "strict": true, "esModuleInterop": true, "lib": ["esnext"], "baseUrl": "src",...

Similar to #10 , options like `--experimental-loader` `--experimental-json-modules` are very useful too. But I have no space to place them.