Skip to content

Commit

Permalink
Add preview chunk name
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Jun 7, 2020
1 parent 2d4f368 commit 17b28ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { omit } from './utils'
import players from './players'
import Player from './Player'

const Preview = lazy(() => import('./Preview'))
const Preview = lazy(() => import(/* webpackChunkName: 'reactPlayerPreview' */'./Preview'))

const IS_BROWSER = typeof window !== 'undefined' && window.document
const SUPPORTED_PROPS = Object.keys(propTypes)
Expand Down

0 comments on commit 17b28ca

Please sign in to comment.