create-weapp-vite 1.3.0 → 1.3.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/dist/{chunk-CI2UMYKK.js → chunk-REHXOFVU.js} +1 -1
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/templates/wevu-tdesign/package.json +2 -1
- package/templates/wevu-tdesign/project.private.config.json +1 -1
package/dist/cli.cjs
CHANGED
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
3
|
-
"projectname": "weapp-vite-wevu-template",
|
|
3
|
+
"projectname": "weapp-vite-wevu-tailwindcss-tdesign-template",
|
|
4
4
|
"setting": {
|
|
5
5
|
"compileHotReLoad": true
|
|
6
6
|
},
|