index.js 77 B

123
  1. if (process.env.FEATURE_SYNTAXHIGHLIGHT_HLJS === '1') {
  2. import('./hljs')
  3. }