fix webpackChunkName
This commit is contained in:
parent
9c4187093f
commit
d659578338
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue