From 8a34a23216112049bed67c1e7e77afdc176d3c4c Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Fri, 24 Jun 2022 17:25:10 +0800 Subject: [PATCH] feat(mp-weixin): support project.private.config.json --- packages/uni-mp-weixin/src/compiler/options.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/uni-mp-weixin/src/compiler/options.ts b/packages/uni-mp-weixin/src/compiler/options.ts index ff5f9780d..bba1b5804 100644 --- a/packages/uni-mp-weixin/src/compiler/options.ts +++ b/packages/uni-mp-weixin/src/compiler/options.ts @@ -85,6 +85,7 @@ export const options: UniMiniProgramPluginOptions = { 'ext.json', 'custom-tab-bar', 'functional-pages', + 'project.private.config.json', projectConfigFilename, ], get dest() { -- GitLab