Tag

DevServer

1 views collected around this technical thread.

KooFE Frontend Team
KooFE Frontend Team
Mar 3, 2024 · Frontend Development

How to Dynamically Configure Webpack devServer Proxy for Multiple Environments

This guide shows how to set up a flexible Webpack devServer proxy that supports multiple test environments, allows switching configurations via npm scripts, and updates target and cookie values on the fly without restarting the server.

DevServerFrontendJavaScript
0 likes · 8 min read
How to Dynamically Configure Webpack devServer Proxy for Multiple Environments
WeDoctor Frontend Technology
WeDoctor Frontend Technology
May 25, 2021 · Frontend Development

Inside Vite’s Dev Server: How the CLI Boots Up and What Happens Next

This article walks through Vite's CLI startup process, explains how the bin script links to the vite executable, details the devServer's five core modules and fifteen middleware components, and shows the createServer flow that powers Vite's fast, hot‑reloading development experience.

DevServerMiddlewareNode.js
0 likes · 22 min read
Inside Vite’s Dev Server: How the CLI Boots Up and What Happens Next