From 18c66d565550b96d8c8f156ea815a0596760903f Mon Sep 17 00:00:00 2001
From: Nolan Lawson <nolan@nolanlawson.com>
Date: Fri, 16 Mar 2018 23:38:28 -0700
Subject: [PATCH] add lodash features we were using

---
 webpack.client.config.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/webpack.client.config.js b/webpack.client.config.js
index 3580b93..bd70840 100644
--- a/webpack.client.config.js
+++ b/webpack.client.config.js
@@ -60,7 +60,10 @@ module.exports = {
     }),
     /* disable while https://github.com/sveltejs/sapper/issues/79 is open */
     // new ExtractTextPlugin('main.css'),
-    new LodashModuleReplacementPlugin(),
+    new LodashModuleReplacementPlugin({
+      collections: true,
+      caching: true
+    }),
     new BundleAnalyzerPlugin({ // generates report.html and stats.json
       analyzerMode: 'static',
       generateStatsFile: true,