From c9174fd9b7f671deed58e6fb216924afa718c3a7 Mon Sep 17 00:00:00 2001 From: haishan <710328466@qq.com> Date: Wed, 12 Jun 2024 18:07:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(tsconfig):=20=E4=BF=AE=E6=94=B9father=20bui?= =?UTF-8?q?ld?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/biz/.fatherrc.ts | 4 ++++ packages/icon/.fatherrc.ts | 4 ++++ packages/map/.fatherrc.ts | 4 ++++ packages/material/.fatherrc.ts | 4 ++++ packages/meta/.fatherrc.ts | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/packages/biz/.fatherrc.ts b/packages/biz/.fatherrc.ts index b0341a2..8b80f18 100644 --- a/packages/biz/.fatherrc.ts +++ b/packages/biz/.fatherrc.ts @@ -12,5 +12,9 @@ export default defineConfig({ ignores: ['**/demo/*', 'src/**/demo/*'], transformer: 'babel', }, + lessInBabel: { + modifyVars: { + }, + }, plugins: ['father-plugin-less'], }); diff --git a/packages/icon/.fatherrc.ts b/packages/icon/.fatherrc.ts index b0341a2..8b80f18 100644 --- a/packages/icon/.fatherrc.ts +++ b/packages/icon/.fatherrc.ts @@ -12,5 +12,9 @@ export default defineConfig({ ignores: ['**/demo/*', 'src/**/demo/*'], transformer: 'babel', }, + lessInBabel: { + modifyVars: { + }, + }, plugins: ['father-plugin-less'], }); diff --git a/packages/map/.fatherrc.ts b/packages/map/.fatherrc.ts index b0341a2..8b80f18 100644 --- a/packages/map/.fatherrc.ts +++ b/packages/map/.fatherrc.ts @@ -12,5 +12,9 @@ export default defineConfig({ ignores: ['**/demo/*', 'src/**/demo/*'], transformer: 'babel', }, + lessInBabel: { + modifyVars: { + }, + }, plugins: ['father-plugin-less'], }); diff --git a/packages/material/.fatherrc.ts b/packages/material/.fatherrc.ts index b0341a2..8b80f18 100644 --- a/packages/material/.fatherrc.ts +++ b/packages/material/.fatherrc.ts @@ -12,5 +12,9 @@ export default defineConfig({ ignores: ['**/demo/*', 'src/**/demo/*'], transformer: 'babel', }, + lessInBabel: { + modifyVars: { + }, + }, plugins: ['father-plugin-less'], }); diff --git a/packages/meta/.fatherrc.ts b/packages/meta/.fatherrc.ts index b0341a2..8b80f18 100644 --- a/packages/meta/.fatherrc.ts +++ b/packages/meta/.fatherrc.ts @@ -12,5 +12,9 @@ export default defineConfig({ ignores: ['**/demo/*', 'src/**/demo/*'], transformer: 'babel', }, + lessInBabel: { + modifyVars: { + }, + }, plugins: ['father-plugin-less'], });