50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"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/"
|
|
}
|