小程序 对less编译小调整

This commit is contained in:
Wang Kejun 2022-12-27 10:31:10 +08:00
parent 7ae3d3848f
commit 150e3b9358
1 changed files with 1 additions and 1 deletions

View File

@ -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',