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