This commit is contained in:
2025-09-14 03:13:47 +08:00
commit 08e5b1f3a4
47 changed files with 29814 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"miniprogramRoot": "./dist",
"projectname": "2025-09-14-webpack-demo",
"description": "webpack demo",
"appid": "touristappid",
"setting": {
"urlCheck": true,
"es6": false,
"enhance": false,
"compileHotReLoad": false,
"postcss": false,
"minified": false
},
"compileType": "miniprogram"
}