forked from cybrespace/pinafore
fix webpackChunkName
This commit is contained in:
parent
9c4187093f
commit
d659578338
|
@ -14,7 +14,7 @@ const importTimeline = () => import(
|
||||||
).then(mod => mod.default)
|
).then(mod => mod.default)
|
||||||
|
|
||||||
const importIntersectionObserver = () => import(
|
const importIntersectionObserver = () => import(
|
||||||
/* webpackChunkname: 'intersection-observer' */ 'intersection-observer'
|
/* webpackChunkName: 'intersection-observer' */ 'intersection-observer'
|
||||||
)
|
)
|
||||||
|
|
||||||
const importRequestIdleCallback = () => import(
|
const importRequestIdleCallback = () => import(
|
||||||
|
|
Loading…
Reference in New Issue