git-read

Add webpack for managing assets

This commit was influenced by the documentation in the Adding Webpack to Middleman article.

This commit introduces the webpack.config.js file, declaring our application’s entry point as the site key, along with the tmp/dist directory as the destination to output assets to.

The tmp/dist directory declared in webpack.config.js is echoed by the config.rb file’s declaration of the external_pipeline activation call’s source property.