Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/herghost000/antd-self-merge-less

A webpack plugin for ant design pro less
https://github.com/herghost000/antd-self-merge-less

Last synced: about 1 month ago
JSON representation

A webpack plugin for ant design pro less

Awesome Lists containing this project

README

        

## antd-pro-merge-less

使用方式:

```
// 将所有 less 合并为一个供 themePlugin使用
const outFile = path.join(__dirname, './.temp/ant-design-pro.less');
const stylesDir = path.join(__dirname, './src/');

const mergeLessPlugin = new MergeLessPlugin({
stylesDir,
outFile,
});
```