Compare commits
2 Commits
cfe379da3e
...
cad8ccfbd0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cad8ccfbd0 | ||
|
|
082184d1da |
@@ -1,13 +1,34 @@
|
|||||||
{
|
{
|
||||||
"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,
|
||||||
|
<<<<<<< HEAD
|
||||||
|
"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": ""
|
||||||
|
}
|
||||||
|
=======
|
||||||
"packNpmManually": true,
|
"packNpmManually": true,
|
||||||
"packNpmRelationList": [
|
"packNpmRelationList": [
|
||||||
{
|
{
|
||||||
@@ -15,6 +36,7 @@
|
|||||||
"miniprogramNpmDistDir": "./miniapp/"
|
"miniprogramNpmDistDir": "./miniapp/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
>>>>>>> cfe379da3ebfa55a448303373ac901ac03c4ad5c
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "trial",
|
"libVersion": "trial",
|
||||||
@@ -22,5 +44,7 @@
|
|||||||
"projectname": "sankey",
|
"projectname": "sankey",
|
||||||
"miniprogramRoot": "miniapp/",
|
"miniprogramRoot": "miniapp/",
|
||||||
"srcMiniprogramRoot": "miniapp/",
|
"srcMiniprogramRoot": "miniapp/",
|
||||||
"condition": {}
|
"condition": {},
|
||||||
}
|
"simulatorPluginLibVersion": {},
|
||||||
|
"editorSetting": {}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user