dependabot[bot] 302f778976 chore(deps): bump qs from 6.5.2 to 6.5.3 1 year ago
..
test 6c33cdf6aa fix(compiler-less): fix test cases 4 years ago
.npmignore c16684c088 chore(cli): update package name 6 years ago
CHANGELOG.md d995f52a61 chore(release): publish v2.1.0 4 years ago
README.md e5e0f33d03 docs: fixed install guide 5 years ago
createPlugin.js 02aa812725 style: eslint auto fix 5 years ago
index.js 02aa812725 style: eslint auto fix 5 years ago
package-lock.json 302f778976 chore(deps): bump qs from 6.5.2 to 6.5.3 1 year ago
package.json d995f52a61 chore(release): publish v2.1.0 4 years ago

README.md

wepy less 编译器

安装

npm install @wepy/compiler-less less --save-dev

配置wepy.config.js

module.exports = {
    "compilers": {
        less: {
            "compress": true
        }
    }
};

参数说明

Less