From 044f744508886dc670449506e60307f5ea09d60c Mon Sep 17 00:00:00 2001 From: HRK <119110706+18148764734@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:57:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BE=AE=E4=BF=A1=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E7=BB=84=E4=BB=B6=E6=94=B9=E4=B8=BArequires=E5=BC=95?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uni-template-compiler/lib/h5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uni-template-compiler/lib/h5.js b/packages/uni-template-compiler/lib/h5.js index 5cc5e2cb8..64e891d2e 100644 --- a/packages/uni-template-compiler/lib/h5.js +++ b/packages/uni-template-compiler/lib/h5.js @@ -1,4 +1,4 @@ -import getCompilerOptions from './mp.js' +const getCompilerOptions = require('./mp.js'); const TAGS = { br: 'view', hr: 'view', -- GitLab