- 修改 config/index.ts 中的 projectName 为 shop-taro - 更新 package.json 中的 name 字段为 shop-taro - 调整 project.config.json 中的 description 和 projectname 为 shop-taro - 修改 README.md 中的项目目录名称为 shop-taro
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"description": "shop-taro 项目配置",
|
|
"setting": {
|
|
"urlCheck": false,
|
|
"es6": true,
|
|
"enhance": true,
|
|
"postcss": true,
|
|
"preloadBackgroundData": false,
|
|
"minified": true,
|
|
"newFeature": true,
|
|
"coverView": true,
|
|
"nodeModules": false,
|
|
"autoAudits": false,
|
|
"showShadowRootInWxmlPanel": true,
|
|
"scopeDataCheck": false,
|
|
"uglifyFileName": false,
|
|
"checkInvalidKey": true,
|
|
"checkSiteMap": true,
|
|
"uploadWithSourceMap": true,
|
|
"compileHotReLoad": true,
|
|
"lazyloadPlaceholderEnable": false,
|
|
"useMultiFrameRuntime": true,
|
|
"useApiHook": true,
|
|
"useApiHostProcess": true,
|
|
"babelSetting": {
|
|
"ignore": [],
|
|
"disablePlugins": [],
|
|
"outputPath": ""
|
|
},
|
|
"useIsolateContext": true,
|
|
"userConfirmedBundleSwitch": false,
|
|
"packNpmManually": false,
|
|
"packNpmRelationList": [],
|
|
"minifyWXSS": true,
|
|
"disableUseStrict": false,
|
|
"minifyWXML": true,
|
|
"showES6CompileOption": false,
|
|
"useCompilerPlugins": false,
|
|
"compileWorklet": false,
|
|
"localPlugins": false,
|
|
"condition": false,
|
|
"swc": false,
|
|
"disableSWC": true
|
|
},
|
|
"compileType": "miniprogram",
|
|
"appid": "wx75cbc65759eb981a",
|
|
"projectname": "shop-taro",
|
|
"condition": {},
|
|
"simulatorPluginLibVersion": {},
|
|
"packOptions": {
|
|
"ignore": [],
|
|
"include": []
|
|
},
|
|
"editorSetting": {}
|
|
}
|