Enhancing Webpack: Strategies for Bundle Splitting and Implementing Feature Flags
One of the things that makes webpack so great is its built-in plugins and features. Today we will discuss using webpack-dev-server, splitting our bundles and enabling feature flags. I will assume you already know the webpack basics, if not make sure to read my previous...