We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4f368 commit 17b28caCopy full SHA for 17b28ca
1 file changed
src/ReactPlayer.js
@@ -8,7 +8,7 @@ import { omit } from './utils'
8
import players from './players'
9
import Player from './Player'
10
11
-const Preview = lazy(() => import('./Preview'))
+const Preview = lazy(() => import(/* webpackChunkName: 'reactPlayerPreview' */'./Preview'))
12
13
const IS_BROWSER = typeof window !== 'undefined' && window.document
14
const SUPPORTED_PROPS = Object.keys(propTypes)
0 commit comments