index.js 73 B

123
  1. if (process.env.FEATURE_VIDEOPLAYER_PLYR === '1') {
  2. import('./plyr')
  3. }