1.0.1 • Published 5 years ago

antd-self-merge-less v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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,
  });