chore: turn off sourcemap (#50473)

This commit is contained in:
MadCcc 2024-08-19 09:58:55 +08:00 committed by GitHub
parent e80ef92fcf
commit 5561a46495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,5 +9,6 @@
"watch": {
"_nodeModulesRegexes": ["rc-.*"]
},
"hmr": false
"hmr": false,
"devtool": false
}