summaryrefslogtreecommitdiff
path: root/wiki/dev
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2016-07-15 19:35:40 -0400
committerOwen Jacobson <owen.jacobson@grimoire.ca>2016-07-15 19:35:40 -0400
commit30dccabc067d42835e89be29bf10d8cef8558941 (patch)
treed74fcf6b052e74ac53ab6b133e6b3eb5f4c2f282 /wiki/dev
parentac6cfca4c770542a8a339b983987d7f1692abe90 (diff)
Typo.
Diffstat (limited to 'wiki/dev')
-rw-r--r--wiki/dev/webpack.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/dev/webpack.md b/wiki/dev/webpack.md
index 13e9b61..9127ee0 100644
--- a/wiki/dev/webpack.md
+++ b/wiki/dev/webpack.md
@@ -98,7 +98,7 @@ A lot of this bundle structure is motivated by the gargantuan size of the librar
Some project layout:
-* `PROJECT/src`: Input files for Webpack compilation. We'll
+* `PROJECT/src`: Input files for Webpack compilation.
All inputs go into a single directory, to simplify Webpack file lookups. Separating inputs by type (`js`, `jsx`, `less`, etc) would be consistent with other tools, but makes operating Webpack much more complicated.