- Updated the environment determination logic in config.js to accurately return "development" or "production" based on the current environment. - Enabled URL check in project.private.config.json to enhance security and validation of URLs.
24 lines
618 B
JSON
24 lines
618 B
JSON
{
|
|
"libVersion": "3.14.0",
|
|
"projectname": "yingsa",
|
|
"condition": {},
|
|
"setting": {
|
|
"urlCheck": true,
|
|
"coverView": true,
|
|
"lazyloadPlaceholderEnable": false,
|
|
"skylineRenderEnable": false,
|
|
"preloadBackgroundData": false,
|
|
"autoAudits": false,
|
|
"useApiHook": true,
|
|
"useApiHostProcess": true,
|
|
"showShadowRootInWxmlPanel": true,
|
|
"useStaticServer": false,
|
|
"useLanDebug": false,
|
|
"showES6CompileOption": false,
|
|
"compileHotReLoad": true,
|
|
"checkInvalidKey": true,
|
|
"ignoreDevUnusedFiles": true,
|
|
"bigPackageSizeSupport": false,
|
|
"useIsolateContext": true
|
|
}
|
|
} |