@salesforcedevs/dx-components 1.29.0-ssgalpha6 → 1.29.0-ssgalpha7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "1.29.0-ssgalpha6",
3
+ "version": "1.29.0-ssgalpha7",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -10,7 +10,7 @@ import { getCustomLanguageGrammars } from "dxUtils/shikiGrammars";
10
10
  * Note: The consuming app's bundler must replace process.env.SHIKI_STATIC_IMPORT at build time
11
11
  * and perform dead code elimination for true code splitting.
12
12
  */
13
- const USE_STATIC_IMPORT = process.env.SHIKI_STATIC_IMPORT === "true";
13
+ const USE_STATIC_IMPORT = true;//process.env.SHIKI_STATIC_IMPORT === "true";
14
14
 
15
15
  async function getShiki() {
16
16
  if (USE_STATIC_IMPORT) {