ソースを参照

build(config): history

Lind 4 年 前
コミット
1257c72efd
1 ファイル変更3 行追加0 行削除
  1. 3 0
      config/config.ts

+ 3 - 0
config/config.ts

@@ -12,6 +12,9 @@ const { REACT_APP_ENV } = process.env;
 
 export default defineConfig({
   hash: true,
+  history: {
+    type: 'hash',
+  },
   antd: {},
   dva: {
     hmr: true,