feiyu02
2022-08-10 43a0780edd2db8e841325cb73032e819716c3595
project.config.json
@@ -22,23 +22,29 @@
    "checkSiteMap": true,
    "uploadWithSourceMap": true,
    "compileHotReLoad": false,
    "useMultiFrameRuntime": true,
    "useMultiFrameRuntime": false,
    "useApiHook": true,
    "useApiHostProcess": true,
    "babelSetting": {
      "ignore": [],
      "disablePlugins": [],
      "outputPath": ""
    },
    "enableEngineNative": false,
    "bundle": false,
    "useIsolateContext": true,
    "useCompilerModule": true,
    "userConfirmedUseCompilerModuleSwitch": false,
    "userConfirmedBundleSwitch": false,
    "packNpmManually": false,
    "packNpmRelationList": [],
    "minifyWXSS": true
    "useApiHostProcess": true,
    "enableEngineNative": false,
    "userConfirmedBundleSwitch": false,
    "minifyWXSS": true,
    "lazyloadPlaceholderEnable": false,
    "disableUseStrict": false,
    "showES6CompileOption": false,
    "useCompilerPlugins": false,
    "ignoreUploadUnusedFiles": true,
    "useStaticServer": true
  },
  "compileType": "miniprogram",
  "libVersion": "2.21.3",
@@ -48,5 +54,7 @@
    "tabIndent": "insertSpaces",
    "tabSize": 2
  },
  "simulatorType": "wechat",
  "simulatorPluginLibVersion": {},
  "condition": {}
}