Commit 48832a6e authored by 前端-许佳敏's avatar 前端-许佳敏

chore: 去掉无用配置

parent ecfacc84
...@@ -3,9 +3,6 @@ import routes from './router'; ...@@ -3,9 +3,6 @@ import routes from './router';
import proxy from './proxy'; import proxy from './proxy';
import theme from './lingxi.theme.config'; import theme from './lingxi.theme.config';
import envValue from '../env' import envValue from '../env'
import { setEnv, getEnv } from '../scripts/utils/envTool.js'
import CaseSensitivePathsWebpackPlugins from 'case-sensitive-paths-webpack-plugin'
import AntdDayjsWebpackPlugin from 'antd-dayjs-webpack-plugin'
import LodashModuleReplacementPlugin from 'lodash-webpack-plugin' import LodashModuleReplacementPlugin from 'lodash-webpack-plugin'
const OPEN_THEME_BUILD = process.env.NODE_ENV === 'production' ? true : false; // 是否开启动态主题 const OPEN_THEME_BUILD = process.env.NODE_ENV === 'production' ? true : false; // 是否开启动态主题
......
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