hugo-toha/assets/scripts/features/videoplayer/index.js
2023-01-04 18:18:16 -08:00

3 lines
73 B
JavaScript

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