@akanjs/cli 1.0.4-canary.0 → 1.0.4-canary.1
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/cjs/index.js +4 -1
- package/esm/index.js +4 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -4746,7 +4746,10 @@ var ApplicationRunner = class {
|
|
|
4746
4746
|
"process.version": JSON.stringify(process.version)
|
|
4747
4747
|
},
|
|
4748
4748
|
server: { host: "0.0.0.0", port: 4201 },
|
|
4749
|
-
logLevel: "error"
|
|
4749
|
+
logLevel: "error",
|
|
4750
|
+
optimizeDeps: {
|
|
4751
|
+
exclude: ["@capgo/capacitor-updater"]
|
|
4752
|
+
}
|
|
4750
4753
|
});
|
|
4751
4754
|
return config;
|
|
4752
4755
|
}
|
package/esm/index.js
CHANGED
|
@@ -4727,7 +4727,10 @@ var ApplicationRunner = class {
|
|
|
4727
4727
|
"process.version": JSON.stringify(process.version)
|
|
4728
4728
|
},
|
|
4729
4729
|
server: { host: "0.0.0.0", port: 4201 },
|
|
4730
|
-
logLevel: "error"
|
|
4730
|
+
logLevel: "error",
|
|
4731
|
+
optimizeDeps: {
|
|
4732
|
+
exclude: ["@capgo/capacitor-updater"]
|
|
4733
|
+
}
|
|
4731
4734
|
});
|
|
4732
4735
|
return config;
|
|
4733
4736
|
}
|