create-vite-taro 0.1.3 → 0.1.5
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.md +1 -1
- package/package.json +1 -1
- package/templates/default/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ You can keep `npm run dev:wx` and `npm run dev:h5` running at the same time in s
|
|
|
26
26
|
|
|
27
27
|
Note: Because of WeChat DevTools and Mini Program runtime limitations, hot reload/fast rebuilds for the WeChat target may not always apply cleanly. For day-to-day iteration, prefer the H5 Vite dev server for fast feedback, and periodically verify the Mini Program result in WeChat DevTools.
|
|
28
28
|
|
|
29
|
-
Set `VITE_PLUGIN_TARO_WECHAT_APP_ID` in the generated `.env.local` to your WeChat App ID, then open `dist/wx` with WeChat DevTools for Mini Program development.
|
|
29
|
+
Set `VITE_PLUGIN_TARO_WECHAT_APP_ID` in the generated `.env.local` to your WeChat Mini Program App ID, then open `dist/wx` with WeChat DevTools for Mini Program development.
|
|
30
30
|
|
|
31
31
|
## Other package managers
|
|
32
32
|
|
package/package.json
CHANGED