From 150e3b9358110c359e761c7bc13bc8da97452516 Mon Sep 17 00:00:00 2001 From: wkj <278599135@qq.com> Date: Tue, 27 Dec 2022 10:31:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=20=E5=AF=B9less?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/mp/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mp/webpack.config.js b/config/mp/webpack.config.js index 127bf0e..953b34b 100644 --- a/config/mp/webpack.config.js +++ b/config/mp/webpack.config.js @@ -177,7 +177,7 @@ module.exports = function (webpackEnv) { use: [oakFileLoader('wxss')], }, { - test: /\.(less|sass|scss|css)$/, + test: /\.less$/, include: oakRegex, exclude: /node_modules/, type: 'javascript/auto',