mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
build: update react refresh ignore
This commit is contained in:
parent
3d165ec7d9
commit
2fe28279c8
|
@ -178,6 +178,9 @@ export default combine(
|
||||||
GLOB_TSX,
|
GLOB_TSX,
|
||||||
GLOB_JSX,
|
GLOB_JSX,
|
||||||
],
|
],
|
||||||
|
ignores: [
|
||||||
|
"**/{page,layout}.tsx",
|
||||||
|
],
|
||||||
plugins: {
|
plugins: {
|
||||||
"react-refresh": reactRefresh,
|
"react-refresh": reactRefresh,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user