Webpack 4 FAQ

Getting started

# 1. Make project folder.
mkdir webpacktut
cd webpacktut
# 2. Create an empty package.json file.
npm init -y
# 3. Install webpack and it's commandline interface.
npm i -D webpack webpack-cli