summaryrefslogtreecommitdiff
path: root/docs/dev/webpack.md
diff options
context:
space:
mode:
authorClaudius2019-03-31 20:10:32 +0200
committerClaudius2019-04-01 01:03:36 +0200
commit54edec89000aec94cae325be3d5c85442ac21adf (patch)
tree700b588b4a5d3682ff6fdb36ea0f4281bbf8d82d /docs/dev/webpack.md
parent74fdd26ea057dab77e761614497d69d2c90a66d7 (diff)
striving for consistency across various docs
Signed-off-by: Claudius <opensource@amenthes.de>
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.