fix webpackChunkName

This commit is contained in:
Nolan Lawson 2018-01-19 07:17:33 -08:00
parent 9c4187093f
commit d659578338
1 changed files with 1 additions and 1 deletions

View File

@ -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(