@itera-web/cli 1.1.68 → 1.1.69

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.
@@ -151,6 +151,7 @@ module.exports = {
151
151
  options: {
152
152
  configFile: util_js_1.default.getBabelConfigPath(runtimePath),
153
153
  cacheDirectory: true,
154
+ cacheCompression: false,
154
155
  },
155
156
  },
156
157
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itera-web/cli",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
4
4
  "bin": {
5
5
  "itera-cli": "./bin/index.js"
6
6
  },