From d659578338477511ac61facfaf736fab8669af9a Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 19 Jan 2018 07:17:33 -0800 Subject: [PATCH] fix webpackChunkName --- routes/_utils/asyncModules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/_utils/asyncModules.js b/routes/_utils/asyncModules.js index d1a45722..c4a77c55 100644 --- a/routes/_utils/asyncModules.js +++ b/routes/_utils/asyncModules.js @@ -14,7 +14,7 @@ const importTimeline = () => import( ).then(mod => mod.default) const importIntersectionObserver = () => import( - /* webpackChunkname: 'intersection-observer' */ 'intersection-observer' + /* webpackChunkName: 'intersection-observer' */ 'intersection-observer' ) const importRequestIdleCallback = () => import(