cordova-react-vite 3.0.3 → 3.0.4

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.
Files changed (2) hide show
  1. package/execute.js +1 -1
  2. package/package.json +1 -1
package/execute.js CHANGED
@@ -45,7 +45,7 @@ function main() {
45
45
 
46
46
  // ---- React Vite ----
47
47
  console.log("📦 create project React (Vite)...");
48
- run(`npm create vite@latest react -- --template react`, rootPath);
48
+ run(`npm create vite@latest react -- --template react-ts`, rootPath);
49
49
  run(`npm install`, path.join(rootPath, "react"));
50
50
  // install aio-cordova
51
51
  console.log("📦 install aio-cordova in React...");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-react-vite",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "CLI to create a full React + Vite + Cordova project with Android platform",
5
5
  "main": "execute.js",
6
6
  "bin": {