You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ The size of the bundles after the build.
119
119
-`esm-bundle-size`: the size of esm formats outputs.
120
120
-`esm-gzip-bundle-size`: the size of esm formats outputs after gzip.
121
121
122
-
### Compile Speed
122
+
### Build Performance
123
123
124
124
-`dev-plugin-setup-time`: the time it takes from the start of the dev command to the completion of loading all plugins. Corresponding hooks: `loadConfig -> loadPlugin`.
125
125
-`dev-prepare-time`: the time taken from the time the plugins are loaded to the time when the build prep process is fully completed. Corresponding hooks: `loadPlugin -> prepare`.
@@ -140,7 +140,7 @@ The size of the bundles after the build.
140
140
-`before-dev-time`: the time it takes for the dev command to initialize, in other words, cli cold boot time.
141
141
-`before-build-time`: the time it takes for the build command to initialize, in other words, cli cold boot time.
0 commit comments