|
@@ -5,8 +5,6 @@ const AntDesignThemePlugin = require('antd-theme-webpack-plugin');
|
|
|
const path = require('path');
|
|
const path = require('path');
|
|
|
|
|
|
|
|
const plugin = config => {
|
|
const plugin = config => {
|
|
|
- return;
|
|
|
|
|
-
|
|
|
|
|
// 将所有 less 合并为一个供 themePlugin使用
|
|
// 将所有 less 合并为一个供 themePlugin使用
|
|
|
const outFile = path.join(__dirname, '../.temp/ant-design-pro.less');
|
|
const outFile = path.join(__dirname, '../.temp/ant-design-pro.less');
|
|
|
const stylesDir = path.join(__dirname, '../src/');
|
|
const stylesDir = path.join(__dirname, '../src/');
|