Initial commit
This commit is contained in:
49
project.config.json
Normal file
49
project.config.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"appid": "YOUR_APPID_HERE",
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "2.25.0",
|
||||
"packOptions": {
|
||||
"ignore": [
|
||||
{ "type": "regexp", "value": "\\.eslintrc\\.js" },
|
||||
{ "type": "regexp", "value": "\\.gitignore" }
|
||||
]
|
||||
},
|
||||
"setting": {
|
||||
"coverView": true,
|
||||
"es6": true,
|
||||
"enhance": true,
|
||||
"postcss": true,
|
||||
"preloadBackgroundData": false,
|
||||
"minified": true,
|
||||
"newFeature": true,
|
||||
"uglifyFileName": false,
|
||||
"uploadWithSourceMap": true,
|
||||
"useIsolateContext": true,
|
||||
"nodeModules": false,
|
||||
"autoAudits": false,
|
||||
"useMultiFrameRuntime": true,
|
||||
"useApiHook": true,
|
||||
"useApiEventHook": true,
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
},
|
||||
"enableEngineNative": false,
|
||||
"bundle": false,
|
||||
"useIsolateContext": true,
|
||||
"userConfirmedBundleSwitch": false,
|
||||
"packNpmManually": false,
|
||||
"packNpmRelationList": [],
|
||||
"minifyWXSS": true,
|
||||
"disableUseStrict": false,
|
||||
"ignoreUploadUnusedFiles": true,
|
||||
"uploadWithSourceMap": true
|
||||
},
|
||||
"condition": {},
|
||||
"editorSetting": {
|
||||
"tabIndent": "insertSpaces",
|
||||
"tabSize": 2
|
||||
},
|
||||
"srcMiniprogramRoot": "miniprogram/"
|
||||
}
|
||||
Reference in New Issue
Block a user