|
|
|
|
|
by mimixco
1844 days ago
|
|
Have you tried Vite[0]? It's an amazing dev server I learned about in an HN post. It does a fabulous job of TS transpilation and has many other niceties for dev work. BTW, with modern browsers, why would you need to transpile JS (as opposed to TS)? [0] https://vitejs.dev/ |
|