Webpack: Code-Splitting This example shows how to implement component based Code-Splitting. Install Install all needed dependencies. yarn Development Run the devserver and play around with it. yarn dev Production Build the app: yarn build Start the app: yarn start