From 30dccabc067d42835e89be29bf10d8cef8558941 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 15 Jul 2016 19:35:40 -0400 Subject: Typo. --- wiki/dev/webpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3