Skip to content

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

guides/release/tutorial/part-1/orientation.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,8 @@ $ npm start
211211

212212
Building
213213

214-
Environment: development
215-
216214
Building
215+
Environment: development
217216

218217
Environment: development
219218

@@ -222,13 +221,13 @@ building...
222221
building...
223222

224223

225-
226224
Build successful (9761ms)
227225

228226

229227
Slowest Nodes (totalTime >= 5%) | Total (avg)
230228
-+-
231-
Babel: @embroider/macros (1) | 632ms
229+
Babel: @embroider/macros (1) | 619ms
230+
232231

233232

234233

@@ -237,11 +236,11 @@ Build successful (9761ms)
237236

238237
Slowest Nodes (totalTime >= 5%) | Total (avg)
239238
-+-
240-
Babel: @embroider/macros (1) | 627ms
239+
Babel: @embroider/macros (1) | 632ms
241240

242241

243242

244-
VITE v7.2.4 ready in 4401 ms
243+
VITE v7.2.4 ready in 4275 ms
245244

246245
➜ Local: http://localhost:4200/
247246
```

guides/release/tutorial/part-1/reusable-components.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ $ npm start
9393
Building
9494

9595
Building
96+
9697
Environment: development
9798

9899
Environment: development
@@ -107,7 +108,8 @@ Build successful (13286ms)
107108

108109
Slowest Nodes (totalTime >= 5%) | Total (avg)
109110
-+-
110-
Babel: @embroider/macros (1) | 623ms
111+
Babel: @embroider/macros (1) | 624ms
112+
111113

112114

113115

@@ -116,11 +118,11 @@ Build successful (13286ms)
116118

117119
Slowest Nodes (totalTime >= 5%) | Total (avg)
118120
-+-
119-
Babel: @embroider/macros (1) | 648ms
121+
Babel: @embroider/macros (1) | 638ms
120122

121123

122124

123-
VITE v7.2.4 ready in 4313 ms
125+
VITE v7.2.4 ready in 4286 ms
124126

125127
➜ Local: http://localhost:4200/
126128
```

0 commit comments

Comments
 (0)