summaryrefslogtreecommitdiff
path: root/docs/dev/webpack.md
diff options
context:
space:
mode:
authorClaudius Coenen2019-04-01 01:31:05 +0200
committerGitHub2019-04-01 01:31:05 +0200
commita95f1e9f560d1d869db8d4289725ac9abb0e8939 (patch)
treed049536b0662c5677d19fc4ef228c5b98ba76849 /docs/dev/webpack.md
parent3a0ff5edd3882cca3751bcfbca1843807ef0c7d7 (diff)
parentba6ede57bd32aae79bbcf41964777374620aeab0 (diff)
Merge pull request #15 from ccoenen/feature/documentation-overhaul
Documentation overhaul
Diffstat (limited to '')
-rw-r--r--docs/dev/webpack.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/dev/webpack.md b/docs/dev/webpack.md
index 7b391f3a..b05fd1d3 100644
--- a/docs/dev/webpack.md
+++ b/docs/dev/webpack.md
@@ -1,4 +1,11 @@
-# Webpack Docs
+Webpack
+===
+
+Webpack is a JavaScript build system for frontend code. You can find out all
+about it on [the webpack website](https://webpack.js.org/).
+
+Here's how we're using it:
+
## `webpack.common.js`
This file contains all common definition for chunks and plugins, that are needed by the whole app.