We want to put our configuration into a file to we don't have to type all the command line arguments to compile.
webpack use webpack.config.js
as configuration if found in the current directory
$$$ files
Now we just have to call webpack without arguments.
webpack
Our configuration is now in a file.
$$$ index.html