mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
chore(config): remove HMR setting and update TypeScript exclusion rules in configuration files
This commit is contained in:
parent
15df1d3dad
commit
52c2fc1344
@ -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…
Reference in New Issue
Block a user