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