From e2a8390c5afd58604dbf5a6a3da50d4abd0ebbb7 Mon Sep 17 00:00:00 2001 From: chenjiajian <798095202@qq.com> Date: Wed, 26 May 2021 14:53:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(h5):=20=E4=BF=AE=E5=A4=8D=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=BA=93=E5=85=BC=E5=AE=B9=E9=97=AE=E9=A2=98=EF=BC=8Cfix=20#86?= =?UTF-8?q?48=20(#9290)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Li,Weitao --- packages/taro-components/stencil.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/taro-components/stencil.config.ts b/packages/taro-components/stencil.config.ts index ee985cf7ec18..7b5c3b1a704f 100644 --- a/packages/taro-components/stencil.config.ts +++ b/packages/taro-components/stencil.config.ts @@ -21,6 +21,7 @@ export const config: Config = { { components: ['taro-swiper-core', 'taro-swiper-item-core'] }, { components: ['taro-video-core', 'taro-video-control', 'taro-video-danmu'] } ], + buildEs5: 'prod', testing: { testRegex: '(/__tests__/.*|(\\.|/)(tt|spec))\\.[jt]sx?$', transform: {