From 2cafdbb8fe6909bf187472a961427bb67e990218 Mon Sep 17 00:00:00 2001 From: douboer Date: Fri, 13 Feb 2026 22:27:11 +0800 Subject: [PATCH] update at 2026-02-13 22:27:11 --- miniapp/project.config.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 miniapp/project.config.json diff --git a/miniapp/project.config.json b/miniapp/project.config.json new file mode 100644 index 0000000..728b67e --- /dev/null +++ b/miniapp/project.config.json @@ -0,0 +1,25 @@ +{ + "setting": { + "es6": true, + "postcss": true, + "minified": true, + "uglifyFileName": false, + "enhance": true, + "packNpmRelationList": [], + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + }, + "useCompilerPlugins": false, + "minifyWXML": true + }, + "compileType": "miniprogram", + "simulatorPluginLibVersion": {}, + "packOptions": { + "ignore": [], + "include": [] + }, + "appid": "wxcf0f89b6eb65759e", + "editorSetting": {} +} \ No newline at end of file