antd-self-merge-less
v1.0.1
Published
A webpack plugin for ant design pro less
Downloads
4
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,
});