From 4f6e2b579525d8ec0df49597787960ab388d5de8 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Tue, 26 Oct 2021 11:44:12 +0800 Subject: [PATCH] fix(mp): add files --- packages/uni-mp-compiler/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/uni-mp-compiler/package.json b/packages/uni-mp-compiler/package.json index e3c9f9249..7793a870f 100644 --- a/packages/uni-mp-compiler/package.json +++ b/packages/uni-mp-compiler/package.json @@ -6,6 +6,7 @@ "types": "dist/index.d.ts", "files": [ "dist/**/*.js", + "dist/**/*.json", "dist/**/*.d.ts", "lib" ], -- GitLab