c842119929
Commit the utility modules required by api.js, messages.js, and chat page
so WeChat DevTools can resolve require('./uuid') at runtime.
Co-authored-by: Cursor <cursoragent@cursor.com>
45 lines
997 B
JSON
45 lines
997 B
JSON
{
|
|
"description": "TKMind WeChat Mini Program",
|
|
"packOptions": {
|
|
"ignore": [
|
|
{
|
|
"value": "node_modules",
|
|
"type": "folder"
|
|
}
|
|
],
|
|
"include": []
|
|
},
|
|
"setting": {
|
|
"urlCheck": true,
|
|
"es6": true,
|
|
"enhance": true,
|
|
"postcss": true,
|
|
"minified": true,
|
|
"compileWorklet": false,
|
|
"uglifyFileName": false,
|
|
"uploadWithSourceMap": true,
|
|
"packNpmManually": false,
|
|
"packNpmRelationList": [],
|
|
"minifyWXSS": true,
|
|
"minifyWXML": true,
|
|
"localPlugins": false,
|
|
"disableUseStrict": false,
|
|
"useCompilerPlugins": false,
|
|
"condition": false,
|
|
"swc": false,
|
|
"disableSWC": true,
|
|
"babelSetting": {
|
|
"ignore": [],
|
|
"disablePlugins": [],
|
|
"outputPath": ""
|
|
}
|
|
},
|
|
"compileType": "miniprogram",
|
|
"miniprogramRoot": "./",
|
|
"libVersion": "3.16.2",
|
|
"appid": "wx3e79ecd530c88da4",
|
|
"projectname": "tkmind-miniapp",
|
|
"condition": {},
|
|
"simulatorPluginLibVersion": {},
|
|
"editorSetting": {}
|
|
} |