Files
taro-examples/2025-09-14-webpack-demo/project.config.json
2025-09-14 03:13:47 +08:00

16 lines
327 B
JSON

{
"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"
}