mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 05:28:27 +02:00
chore(config): remove HMR setting and update TypeScript exclusion rules in configuration files (#53989)
This commit is contained in:
parent
fd05496e16
commit
50b915420c
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
|||
"watch": {
|
||||
"_nodeModulesRegexes": ["rc-.*"]
|
||||
},
|
||||
"hmr": false,
|
||||
"devtool": false,
|
||||
"experimental": {
|
||||
"magicComment": true
|
||||
|
|
|
@ -18,5 +18,5 @@
|
|||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["./"],
|
||||
"exclude": ["**/node_modules"]
|
||||
"exclude": ["**/node_modules", "**/*.js"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue