筛选、导出、弹框优化

This commit is contained in:
weicw
2021-08-20 17:18:50 +08:00
parent a70ffbecae
commit bb7618242d
29 changed files with 37994 additions and 1874 deletions

View File

@@ -1,5 +1,5 @@
const CompressionWebpackPlugin = require('compression-webpack-plugin');
const DynamicAntdLess = require('./dynamicTheme.js');
// const DynamicAntdLess = require('./dynamicTheme.js');
module.exports = {
productionSourceMap: false,
@@ -19,7 +19,7 @@ module.exports = {
less: {
lessOptions: {
javascriptEnabled: true,
plugins: [new DynamicAntdLess()]
// plugins: [new DynamicAntdLess()]
}
}
}