Initial commit
This commit is contained in:
14
config/config.js
Normal file
14
config/config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import {defineConfig} from 'umi';
|
||||
|
||||
export default defineConfig({
|
||||
publicPath: "./",
|
||||
nodeModulesTransform: {
|
||||
type: 'none',
|
||||
},
|
||||
fastRefresh: {},
|
||||
hash: true,
|
||||
history: {
|
||||
type: "browser"
|
||||
}
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user