webpack-examples Read reference documentation webpack 4 examples: starter without config file basic starter add html-webpack-plugin add webpack-dev-server add css-loader and style-loader process html and using html / file loaders using extract-text-webpack-plugin (deprecated in order to mini-css-extract-plugin) production build: minify everything, extract css… using optimize-css-assets-webpack-plugin using webpack config as a function babel webpack config compression webpack config react basic webpack config webpack optimization and code splitting