update at 2026-02-14 09:55:07
This commit is contained in:
@@ -1,13 +1,32 @@
|
|||||||
{
|
{
|
||||||
"description": "sankey miniapp project config",
|
"description": "sankey miniapp project config",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"ignore": []
|
"ignore": [],
|
||||||
|
"include": []
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
"es6": true,
|
"es6": true,
|
||||||
"enhance": true,
|
"enhance": true,
|
||||||
"postcss": true,
|
"postcss": true,
|
||||||
"minified": 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",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "trial",
|
"libVersion": "trial",
|
||||||
@@ -15,5 +34,7 @@
|
|||||||
"projectname": "sankey",
|
"projectname": "sankey",
|
||||||
"miniprogramRoot": "miniapp/",
|
"miniprogramRoot": "miniapp/",
|
||||||
"srcMiniprogramRoot": "miniapp/",
|
"srcMiniprogramRoot": "miniapp/",
|
||||||
"condition": {}
|
"condition": {},
|
||||||
}
|
"simulatorPluginLibVersion": {},
|
||||||
|
"editorSetting": {}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user