Sfoglia il codice sorgente

build(config): history

Lind 4 anni fa
parent
commit
1257c72efd
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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,