vite-plugin-taro 0.7.2 → 0.7.3-beta.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/README.en.md +6 -0
- package/README.md +7 -0
- package/dist/index.js +168 -116
- package/dist/node/plugins/mini/dev/plugins.d.ts +2 -2
- package/dist/node/plugins/mini/dev/react-refresh.d.ts +10 -31
- package/dist/node/plugins/mini/mini-contract.d.ts +1 -1
- package/dist/node/plugins/mini/module/chunk-path.d.ts +1 -3
- package/dist/node/plugins/mini/module/module.d.ts +2 -2
- package/dist/node/plugins/mini/placer/placer.d.ts +5 -16
- package/dist/node/plugins/mini/styles/mini-html-base.d.ts +2 -0
- package/dist/node/plugins/mini/styles/plugins.d.ts +2 -2
- package/dist/node/plugins/mini/watch/create-mini-watch-plugin.d.ts +3 -0
- package/dist/node/utils/clean-output-files.d.ts +5 -0
- package/dist/runtime/mini/capsule/taro-runtime.d.ts +2 -1
- package/dist/runtime/mini/capsule/taro-runtime.js +6 -2
- package/package.json +16 -16
package/README.en.md
CHANGED
|
@@ -23,6 +23,12 @@ npm create vite-taro@latest my-app
|
|
|
23
23
|
|
|
24
24
|
Continue with the [Quick Start guide](https://vpt.js.org/guides/quick-start/).
|
|
25
25
|
|
|
26
|
+
## Sponsor
|
|
27
|
+
|
|
28
|
+
VPT is sponsored by [weapp.dev](https://weapp.dev). Thank you to our sponsor for supporting open-source development.
|
|
29
|
+
|
|
30
|
+
weapp.dev builds an open, composable modern toolchain for Mini Program and Web development.
|
|
31
|
+
|
|
26
32
|
### React Hot Reload in WeChat DevTools
|
|
27
33
|
|
|
28
34
|
<video src="https://github.com/user-attachments/assets/c8289e1e-d8ad-429f-a0d9-a40656b4962a" controls autoplay muted loop playsinline width="100%"></video>
|
package/README.md
CHANGED
|
@@ -24,6 +24,13 @@ npm create vite-taro@latest my-app
|
|
|
24
24
|
接下来阅读[快速开始](https://vpt.js.org/guides/quick-start/)。
|
|
25
25
|
|
|
26
26
|
|
|
27
|
+
## 赞助
|
|
28
|
+
|
|
29
|
+
VPT 由 [weapp.dev](https://weapp.dev) 赞助,感谢赞助者对开源开发的支持。
|
|
30
|
+
|
|
31
|
+
weapp.dev 致力于为小程序与 Web 构建开放、可组合的现代工具链。
|
|
32
|
+
|
|
33
|
+
|
|
27
34
|
### 已支持微信开发者工具的 React 热更新
|
|
28
35
|
|
|
29
36
|
<video src="https://github.com/user-attachments/assets/c8289e1e-d8ad-429f-a0d9-a40656b4962a" controls autoplay muted loop playsinline width="100%"></video>
|