antd-self-merge-less

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i antd-self-merge-less

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

84.9 kB

Total Files

11

Last publish

Collaborators

  • herghost000