vite-plugin-taro 0.6.5 → 0.6.6
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/README.en.md +1 -1
- package/README.md +1 -1
- package/package.json +3 -3
package/README.en.md
CHANGED
|
@@ -39,7 +39,7 @@ Continue with the [Quick Start guide](https://vpt.js.org/guides/quick-start/).
|
|
|
39
39
|
- [Configuration options](https://vpt.js.org/guides/configuration/)
|
|
40
40
|
- [Conditional compilation](https://vpt.js.org/guides/conditional-directives/)
|
|
41
41
|
- [Skyline mode](https://vpt.js.org/guides/skyline-mode/)
|
|
42
|
-
- [Migrate from Taro
|
|
42
|
+
- [Migrate from Taro](https://vpt.js.org/guides/migrate-from-taro/)
|
|
43
43
|
- [Module system](https://vpt.js.org/references/module-system/)
|
|
44
44
|
- [Hot module replacement internals](https://vpt.js.org/references/hmr-implementation/)
|
|
45
45
|
- [Repository management](https://vpt.js.org/references/repository-management/)
|
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ npm create vite-taro@latest my-app
|
|
|
40
40
|
- [配置选项](https://vpt.js.org/guides/configuration/)
|
|
41
41
|
- [条件编译](https://vpt.js.org/guides/conditional-directives/)
|
|
42
42
|
- [Skyline 模式](https://vpt.js.org/guides/skyline-mode/)
|
|
43
|
-
- [从 Taro
|
|
43
|
+
- [从 Taro 迁移](https://vpt.js.org/guides/migrate-from-taro/)
|
|
44
44
|
- [模块系统](https://vpt.js.org/references/module-system/)
|
|
45
45
|
- [热更新原理](https://vpt.js.org/references/hmr-implementation/)
|
|
46
46
|
- [仓库维护](https://vpt.js.org/references/repository-management/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite-plugin-taro",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"author": "sep2",
|
|
5
5
|
"description": "Vite 8 plugin for building one React/Taro codebase for WeChat Mini Program and H5 targets.",
|
|
6
6
|
"type": "module",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"rxjs": "^7.8.2",
|
|
77
77
|
"tailwindcss": "^4.3.3",
|
|
78
78
|
"weapp-tailwindcss": "^5.2.11",
|
|
79
|
-
"@tarojs/plugin-framework-react": "npm:vite-plugin-taro-plugin-framework-react@0.6.
|
|
80
|
-
"@tarojs/react": "npm:vite-plugin-taro-react@0.6.
|
|
79
|
+
"@tarojs/plugin-framework-react": "npm:vite-plugin-taro-plugin-framework-react@0.6.6",
|
|
80
|
+
"@tarojs/react": "npm:vite-plugin-taro-react@0.6.6"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"react": "^19.0.0",
|