diff --git a/project.config.json b/project.config.json index 4ffee60..59ab500 100644 --- a/project.config.json +++ b/project.config.json @@ -1,13 +1,32 @@ { "description": "sankey miniapp project config", "packOptions": { - "ignore": [] + "ignore": [], + "include": [] }, "setting": { "es6": true, "enhance": true, "postcss": true, - "minified": true + "minified": true, + "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": "" + } }, "compileType": "miniprogram", "libVersion": "trial", @@ -15,5 +34,7 @@ "projectname": "sankey", "miniprogramRoot": "miniapp/", "srcMiniprogramRoot": "miniapp/", - "condition": {} -} + "condition": {}, + "simulatorPluginLibVersion": {}, + "editorSetting": {} +} \ No newline at end of file