From 81fb6880877099973f3dc14021cae0cfda6bb524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=97=E5=98=89=E7=94=B7?= <574980606@qq.com> Date: Thu, 26 Dec 2024 17:44:58 +0800 Subject: [PATCH] chore: update targets to chrome 85 --- .fatherrc.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.fatherrc.ts b/.fatherrc.ts index b468752..f0c53dc 100644 --- a/.fatherrc.ts +++ b/.fatherrc.ts @@ -2,4 +2,7 @@ import { defineConfig } from 'father'; export default defineConfig({ cjs: { output: 'dist' }, + targets: { + chrome: 85, + }, });