3 lines
77 B
JavaScript
3 lines
77 B
JavaScript
if (process.env.FEATURE_SYNTAXHIGHLIGHT_HLJS === '1') {
|
|
import('./hljs')
|
|
}
|