feat: initialize taro react typescript miniapp
This commit is contained in:
46
project.config.json
Normal file
46
project.config.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"description": "新手微信小程序项目",
|
||||
"packOptions": {
|
||||
"ignore": [],
|
||||
"include": []
|
||||
},
|
||||
"setting": {
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
},
|
||||
"bundle": false,
|
||||
"coverView": true,
|
||||
"es6": true,
|
||||
"enhance": true,
|
||||
"ignoreUploadUnusedFiles": true,
|
||||
"minified": true,
|
||||
"postcss": true,
|
||||
"minifyWXSS": true,
|
||||
"minifyWXML": true,
|
||||
"minifyJS": true,
|
||||
"compileHotReLoad": true,
|
||||
"showShadowRootInWxmlPanel": true,
|
||||
"uploadWithSourceMap": true,
|
||||
"compileWorklet": false,
|
||||
"uglifyFileName": false,
|
||||
"packNpmManually": false,
|
||||
"packNpmRelationList": [],
|
||||
"localPlugins": false,
|
||||
"disableUseStrict": false,
|
||||
"useCompilerPlugins": false,
|
||||
"condition": false,
|
||||
"swc": false,
|
||||
"disableSWC": true
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "3.6.3",
|
||||
"appid": "wx2e6e4000b0ef29d9",
|
||||
"miniprogramRoot": "dist/",
|
||||
"projectname": "wechat-miniapp-starter",
|
||||
"simulatorType": "wechat",
|
||||
"condition": {},
|
||||
"simulatorPluginLibVersion": {},
|
||||
"editorSetting": {}
|
||||
}
|
||||
Reference in New Issue
Block a user