3 lines
73 B
JavaScript
3 lines
73 B
JavaScript
if (process.env.FEATURE_VIDEOPLAYER_PLYR === '1') {
|
|
import('./plyr')
|
|
}
|