Commit a44b833b authored by 陈帅's avatar 陈帅

chage temp file path

parent aedadc36
......@@ -28,4 +28,4 @@ jsconfig.json
*.log
functions/mock
temp/**
.temp/**
......@@ -5,7 +5,7 @@ const path = require('path');
export default webpackConfig => {
// 将所有 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 mergeLessPlugin = new MergeLessPlugin({
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment