hugo-toha/assets/scripts/features/videoplayer/index.js

3 lines
74 B
JavaScript

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