chore: rename dir

This commit is contained in:
jialin
2024-06-14 19:55:43 +08:00
parent b860473698
commit b416a14554
13 changed files with 35 additions and 42 deletions
-7
View File
@@ -1,16 +1,9 @@
import { defineConfig } from '@umijs/max';
const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin');
import proxy from './proxy';
import routes from './routes';
export default defineConfig({
chainWebpack(config) {
config
.plugin('case-sensitive-paths-webpack-plugin')
.use(CaseSensitivePathsPlugin);
},
proxy: {
...proxy()
},