mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
docs: turn off dumi analyze in production mode (#50373)
This commit is contained in:
@@ -56,7 +56,7 @@ export default defineConfig({
|
||||
analytics: {
|
||||
ga_v2: 'UA-72788897-1',
|
||||
},
|
||||
analyze: {
|
||||
analyze: process.env.NODE_ENV === 'production' ? false : {
|
||||
analyzerPort: 'auto',
|
||||
},
|
||||
links: [
|
||||
|
||||
Reference in New Issue
Block a user