Instead of bundling all the JS modules, CSS and other assets (Webpack does this with every change and can get very slow in big projects); Vite takes advantage of ES Modules and serves directly to the ...
Emit error if warnings are encountered when building in solution mode. This avoids confusion because the TypeScript compiler implicitly sets noEmitOnError: true when ...