小程序 对less编译小调整
This commit is contained in:
parent
7ae3d3848f
commit
150e3b9358
|
|
@ -177,7 +177,7 @@ module.exports = function (webpackEnv) {
|
||||||
use: [oakFileLoader('wxss')],
|
use: [oakFileLoader('wxss')],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.(less|sass|scss|css)$/,
|
test: /\.less$/,
|
||||||
include: oakRegex,
|
include: oakRegex,
|
||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
type: 'javascript/auto',
|
type: 'javascript/auto',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue