mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: install prettier to format code and add react-dev-inspector to locate code in the IDE faster (#44)
* feat: add react-dev-inspector to locate code in the IDE faster * feat: install prettier to format code --------- Co-authored-by: yangqianjuan <1072483500@qq.com>
This commit is contained in:
@ -16,7 +16,7 @@ export default defineConfig({
|
||||
history: {
|
||||
type: 'browser',
|
||||
},
|
||||
plugins: ['@umijs/plugins/dist/dva'],
|
||||
plugins: ['@react-dev-inspector/umi4-plugin','@umijs/plugins/dist/dva',],
|
||||
dva: {},
|
||||
// proxy: {
|
||||
// '/v1': {
|
||||
|
||||
Reference in New Issue
Block a user