From 1e033d488fe5ed58fbcc9731ac3ebd5dad9319b3 Mon Sep 17 00:00:00 2001 From: qlin Date: Tue, 22 Feb 2022 19:01:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E8=AF=91=E6=89=80=E6=9C=89=20.?= =?UTF-8?q?vue=20|=20.jsx=20=E6=96=87=E4=BB=B6=EF=BC=8C=E4=B8=8D=E7=AE=A1?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=9C=A8node=5Fmodules=20(#101)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/plugins/commands/webpackConfig/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fes-preset-built-in/src/plugins/commands/webpackConfig/index.js b/packages/fes-preset-built-in/src/plugins/commands/webpackConfig/index.js index e617db70..c837c2cc 100644 --- a/packages/fes-preset-built-in/src/plugins/commands/webpackConfig/index.js +++ b/packages/fes-preset-built-in/src/plugins/commands/webpackConfig/index.js @@ -177,7 +177,7 @@ export default async function getConfig({ .test(/\.(js|mjs|jsx|ts|tsx)$/) .exclude.add((filepath) => { // always transpile js in vue files - if (/\.vue\.jsx?$/.test(filepath)) { + if (/(\.vue|\.jsx)$/.test(filepath)) { return false; } // Don't transpile node_modules