@videinfra/static-website-builder 1.15.7 → 1.15.8

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": "@videinfra/static-website-builder",
3
- "version": "1.15.7",
3
+ "version": "1.15.8",
4
4
  "description": "Customizable static site project builder",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -26,7 +26,7 @@ function normalizeTwigVariable (value) {
26
26
  function getEnvData () {
27
27
  const envVariables = {};
28
28
  const twigVariables = {};
29
- const scssVariables = { env: {} };
29
+ const scssVariables = { env: { _tmp: 1 } }; // _tmp is used to avoid SCSS error if object is empty
30
30
  const jsVariables = {};
31
31
  const envOutVariables = {};
32
32