@flatjs/evolve 1.8.1-next.99 → 2.0.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/constants.d.ts +9 -0
  2. package/dist/constants.js +1 -1
  3. package/dist/create-webpack/create-optimization.d.ts +2 -1
  4. package/dist/create-webpack/create-optimization.js +1 -1
  5. package/dist/create-webpack/load-webpack-config.js +1 -1
  6. package/dist/define-config/define-config.d.ts +3 -1
  7. package/dist/dev-server/add-compiler-to-dev-server.d.ts +2 -1
  8. package/dist/dev-server/add-compiler-to-dev-server.js +1 -1
  9. package/dist/dev-server/create-dev-server-compiler-tasks.d.ts +1 -1
  10. package/dist/dev-server/create-dev-server-compiler-tasks.js +1 -1
  11. package/dist/dev-server/create-dev-server.d.ts +1 -0
  12. package/dist/dev-server/create-dev-server.js +1 -1
  13. package/dist/dev-server/middlewares/create-page-middleware.js +1 -1
  14. package/dist/helpers/get-bundle-file-name.js +1 -1
  15. package/dist/helpers/json-serializer.js +1 -1
  16. package/dist/helpers/refresh-evolve-mock-options.d.ts +1 -1
  17. package/dist/helpers/split-to-multi-compiler.d.ts +1 -1
  18. package/dist/helpers/split-to-multi-compiler.js +1 -1
  19. package/dist/load-config/load-evolve-config.d.ts +1 -7
  20. package/dist/load-config/load-evolve-config.js +1 -1
  21. package/dist/load-config/types.d.ts +7 -0
  22. package/dist/load-config/types.js +1 -0
  23. package/dist/main/create-thread-worker.d.ts +16 -0
  24. package/dist/main/create-thread-worker.js +1 -0
  25. package/dist/main/prepare-serve.js +1 -1
  26. package/dist/main/start-build-dynamic.d.ts +2 -2
  27. package/dist/main/start-build-dynamic.js +1 -1
  28. package/dist/main/start-build-worker.d.ts +1 -1
  29. package/dist/main/start-build.d.ts +1 -1
  30. package/dist/main/start-build.js +1 -1
  31. package/dist/main/start-one-entry-build.js +1 -1
  32. package/dist/main/start-serve.d.ts +1 -1
  33. package/dist/main/start-static.d.ts +1 -1
  34. package/dist/plugins/circular-dependency/circular-dependency-plugin.d.ts +1 -1
  35. package/dist/plugins/circular-dependency/circular-dependency-plugin.js +1 -1
  36. package/dist/types/types-ci.d.ts +7 -0
  37. package/dist/types/types-multi-html.d.ts +2 -0
  38. package/package.json +41 -43
  39. package/CHANGELOG.md +0 -765
  40. package/templates/html-plugin/README.md +0 -5
  41. package/templates/html-plugin/index-dev.html +0 -57
  42. package/templates/html-plugin/index-inte.html +0 -57
  43. package/templates/html-plugin/index-inte2.html +0 -57
  44. package/templates/html-plugin/index-inte3.html +0 -57
  45. package/templates/html-plugin/index-inte4.html +0 -57
  46. package/templates/html-plugin/index-me.html +0 -57
  47. package/templates/html-plugin/index-prod.html +0 -57
  48. package/templates/html-plugin/index-rc.html +0 -57
  49. package/templates/html-plugin/index-uat.html +0 -57
  50. package/templates/main.html +0 -112
  51. package/templates/module-404.html +0 -43
  52. package/templates/module.html +0 -71
package/CHANGELOG.md DELETED
@@ -1,765 +0,0 @@
1
- # @flatjs/evolve
2
-
3
- ## 1.8.1-next.99
4
-
5
- ### Patch Changes
6
-
7
- - d131622: update HMR message
8
-
9
- ## 1.8.1-next.98
10
-
11
- ### Patch Changes
12
-
13
- - 8700943: refactor `liveReload` config
14
-
15
- ## 1.8.1-next.97
16
-
17
- ### Patch Changes
18
-
19
- - 5754203: Add `liveReload` options of devserver to allow forced reload
20
-
21
- ## 1.8.1-next.96
22
-
23
- ### Patch Changes
24
-
25
- - Updated dependencies [41ca502]
26
- - @flatjs/mock@1.8.1-next.74
27
-
28
- ## 1.8.1-next.95
29
-
30
- ### Patch Changes
31
-
32
- - e5bb77c: change `failOnError` as true for Circular
33
- - Updated dependencies [c3a3400]
34
- - Updated dependencies [2372f79]
35
- - @flatjs/mock@1.8.1-next.73
36
-
37
- ## 1.8.1-next.94
38
-
39
- ### Patch Changes
40
-
41
- - Updated dependencies [3a97bf4]
42
- - Updated dependencies [c97d12e]
43
- - @flatjs/mock@1.8.1-next.72
44
- - @flatjs/graph@1.8.1-next.50
45
- - @flatjs/common@1.8.1-next.35
46
- - @flatjs/evolve-preset-babel@1.8.1-next.17
47
-
48
- ## 1.8.1-next.93
49
-
50
- ### Patch Changes
51
-
52
- - b70ff50: bump version
53
- - 76ffa17: Add `Circular` dependencies check plugin in `development` phase
54
- - ea10e66: bump version
55
- - Updated dependencies [b70ff50]
56
- - Updated dependencies [ea10e66]
57
- - Updated dependencies [ba80b25]
58
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.35
59
- - @flatjs/evolve-preset-babel@1.8.1-next.17
60
- - @flatjs/common@1.8.1-next.35
61
- - @flatjs/graph@1.8.1-next.49
62
- - @flatjs/mock@1.8.1-next.71
63
-
64
- ## 1.8.1-next.92
65
-
66
- ### Patch Changes
67
-
68
- - Updated dependencies [1fee9c8]
69
- - Updated dependencies [9ce4135]
70
- - @flatjs/mock@1.8.1-next.70
71
- - @flatjs/common@1.8.1-next.34
72
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.34
73
- - @flatjs/graph@1.8.1-next.48
74
- - @flatjs/evolve-preset-babel@1.8.1-next.16
75
-
76
- ## 1.8.1-next.91
77
-
78
- ### Patch Changes
79
-
80
- - @flatjs/graph@1.8.1-next.47
81
-
82
- ## 1.8.1-next.90
83
-
84
- ### Patch Changes
85
-
86
- - a1b9669: upgrade `git` version to fix modules check error
87
-
88
- ## 1.8.1-next.89
89
-
90
- ### Patch Changes
91
-
92
- - 6d16245: bump armit, update `flat update` cli
93
- - Updated dependencies [6d16245]
94
- - @flatjs/common@1.8.1-next.33
95
- - @flatjs/graph@1.8.1-next.46
96
- - @flatjs/mock@1.8.1-next.69
97
- - @flatjs/evolve-preset-babel@1.8.1-next.16
98
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.33
99
-
100
- ## 1.8.1-next.88
101
-
102
- ### Patch Changes
103
-
104
- - b4f60b0: Expose `env`.`resolve` to allow dynamic resolve `esm` node modules from `flatjs-evolve.config.ts`
105
-
106
- ## 1.8.1-next.87
107
-
108
- ### Patch Changes
109
-
110
- - 9561920: bump `armit/git`` fix wrong requirements check issue
111
-
112
- ## 1.8.1-next.86
113
-
114
- ### Patch Changes
115
-
116
- - 2a39933: fix `requireResolve` missed import.meta.url issue
117
- - 198037f: bump version
118
- - Updated dependencies [1ff347b]
119
- - Updated dependencies [2a39933]
120
- - Updated dependencies [8513b30]
121
- - Updated dependencies [198037f]
122
- - @flatjs/mock@1.8.1-next.68
123
- - @flatjs/common@1.8.1-next.32
124
- - @flatjs/graph@1.8.1-next.45
125
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.32
126
- - @flatjs/evolve-preset-babel@1.8.1-next.16
127
-
128
- ## 1.8.1-next.85
129
-
130
- ### Patch Changes
131
-
132
- - Updated dependencies [fd1d163]
133
- - @flatjs/graph@1.8.1-next.44
134
-
135
- ## 1.8.1-next.84
136
-
137
- ### Patch Changes
138
-
139
- - 7f272e9: refactor `alias` to absolute, update testcases
140
- - ec06cbe: refactor to support `alias` `paths` from tsconfig.json for `.less`
141
- - Updated dependencies [942780c]
142
- - Updated dependencies [ec06cbe]
143
- - @flatjs/graph@1.8.1-next.43
144
-
145
- ## 1.8.1-next.83
146
-
147
- ### Patch Changes
148
-
149
- - Updated dependencies [ae930d6]
150
- - @flatjs/mock@1.8.1-next.67
151
- - @flatjs/graph@1.8.1-next.42
152
-
153
- ## 1.8.1-next.82
154
-
155
- ### Patch Changes
156
-
157
- - 148706e: remove `load-config` from @flatjs/common using armit/config-loader instead
158
- - Updated dependencies [148706e]
159
- - Updated dependencies [24e998c]
160
- - Updated dependencies [f052256]
161
- - @flatjs/common@1.8.1-next.31
162
- - @flatjs/mock@1.8.1-next.66
163
- - @flatjs/graph@1.8.1-next.41
164
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.31
165
- - @flatjs/evolve-preset-babel@1.8.1-next.15
166
-
167
- ## 1.8.1-next.81
168
-
169
- ### Patch Changes
170
-
171
- - Updated dependencies [ca75641]
172
- - @flatjs/mock@1.8.1-next.65
173
-
174
- ## 1.8.1-next.80
175
-
176
- ### Patch Changes
177
-
178
- - 9bb0721: Add `release version`
179
-
180
- ## 1.8.1-next.79
181
-
182
- ### Patch Changes
183
-
184
- - @flatjs/graph@1.8.1-next.40
185
- - @flatjs/mock@1.8.1-next.64
186
-
187
- ## 1.8.1-next.78
188
-
189
- ### Patch Changes
190
-
191
- - @flatjs/graph@1.8.1-next.39
192
- - @flatjs/mock@1.8.1-next.63
193
-
194
- ## 1.8.1-next.77
195
-
196
- ### Patch Changes
197
-
198
- - 44752f5: Allow pass configuration for `css-loader`
199
-
200
- ## 1.8.1-next.76
201
-
202
- ### Patch Changes
203
-
204
- - 6fc5653: Add mockFilters for `evolve` allow defined filter for each served entries
205
- - Updated dependencies [f9e23c8]
206
- - @flatjs/mock@1.8.1-next.62
207
-
208
- ## 1.8.1-next.75
209
-
210
- ### Patch Changes
211
-
212
- - @flatjs/graph@1.8.1-next.38
213
- - @flatjs/mock@1.8.1-next.61
214
-
215
- ## 1.8.1-next.74
216
-
217
- ### Patch Changes
218
-
219
- - Updated dependencies [5e9dc5a]
220
- - @flatjs/mock@1.8.1-next.60
221
- - @flatjs/graph@1.8.1-next.37
222
-
223
- ## 1.8.1-next.73
224
-
225
- ### Patch Changes
226
-
227
- - f311750: add jsonSerializer to serialize `function` property for thead_worker
228
-
229
- ## 1.8.1-next.72
230
-
231
- ### Patch Changes
232
-
233
- - 2a6e5c4: improved `mock` add it to `watcherOption` ignore list
234
- - Updated dependencies [2a6e5c4]
235
- - @flatjs/mock@1.8.1-next.59
236
-
237
- ## 1.8.1-next.71
238
-
239
- ### Patch Changes
240
-
241
- - Updated dependencies [0c3afab]
242
- - @flatjs/mock@1.8.1-next.58
243
-
244
- ## 1.8.1-next.70
245
-
246
- ### Patch Changes
247
-
248
- - ae142d5: update logging format, change `maxProcesses` default to 50%
249
-
250
- ## 1.8.1-next.69
251
-
252
- ### Patch Changes
253
-
254
- - 1595ad5: change default maxProcessort to 60%
255
- - Updated dependencies [63f4598]
256
- - @flatjs/mock@1.8.1-next.57
257
-
258
- ## 1.8.1-next.68
259
-
260
- ### Patch Changes
261
-
262
- - fa475c0: update concurrent max to workerSize
263
- - Updated dependencies [e9f2e4b]
264
- - @flatjs/mock@1.8.1-next.56
265
-
266
- ## 1.8.1-next.67
267
-
268
- ### Patch Changes
269
-
270
- - 4086027: Expose `html-templte` token can be `function` or `primitve`
271
- - b9ccc8a: refactor `build` to support `worker-threads`
272
- - 86254d0: refactor evolve omit `unneed` mock config load
273
- - 97b9523: bump version
274
- - Updated dependencies [9c38501]
275
- - Updated dependencies [372f3c9]
276
- - Updated dependencies [97b9523]
277
- - Updated dependencies [33289bc]
278
- - Updated dependencies [1d1cb5e]
279
- - Updated dependencies [7d6aa36]
280
- - @flatjs/common@1.8.1-next.30
281
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.30
282
- - @flatjs/evolve-preset-babel@1.8.1-next.15
283
- - @flatjs/graph@1.8.1-next.36
284
- - @flatjs/mock@1.8.1-next.55
285
-
286
- ## 1.8.1-next.66
287
-
288
- ### Patch Changes
289
-
290
- - c8b6937: Update `loading` message with newline
291
- - 2204384: formatting evolve building messages
292
- - Updated dependencies [929b998]
293
- - Updated dependencies [728d0e1]
294
- - @flatjs/mock@1.8.1-next.54
295
-
296
- ## 1.8.1-next.65
297
-
298
- ### Patch Changes
299
-
300
- - 2ddec91: bump version
301
- - a3f55aa: adjust maxProcesses to 75%
302
- - Updated dependencies [94632ae]
303
- - Updated dependencies [cfdc3af]
304
- - Updated dependencies [2ddec91]
305
- - @flatjs/mock@1.8.1-next.53
306
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.29
307
- - @flatjs/evolve-preset-babel@1.8.1-next.14
308
- - @flatjs/common@1.8.1-next.29
309
- - @flatjs/graph@1.8.1-next.35
310
-
311
- ## 1.8.1-next.64
312
-
313
- ### Patch Changes
314
-
315
- - a83ed82: Add missed config options `maxSize` parameters
316
- - @flatjs/graph@1.8.1-next.34
317
-
318
- ## 1.8.1-next.63
319
-
320
- ### Patch Changes
321
-
322
- - Updated dependencies [bf24a46]
323
- - @flatjs/mock@1.8.1-next.52
324
-
325
- ## 1.8.1-next.62
326
-
327
- ### Patch Changes
328
-
329
- - 0a1b52e: Improved mock logging, plugin configurations
330
- - 81298ad: Refactor allow config file to `.mjs,.mts,.ts`
331
- - Updated dependencies [0a1b52e]
332
- - Updated dependencies [81298ad]
333
- - @flatjs/mock@1.8.1-next.51
334
- - @flatjs/graph@1.8.1-next.33
335
-
336
- ## 1.8.1-next.61
337
-
338
- ### Patch Changes
339
-
340
- - 59e31b0: fix `getBranchesBetweenCommits` to support `remote`
341
-
342
- ## 1.8.1-next.60
343
-
344
- ### Patch Changes
345
-
346
- - Updated dependencies [889bd45]
347
- - @flatjs/common@1.8.1-next.28
348
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.28
349
- - @flatjs/graph@1.8.1-next.32
350
- - @flatjs/mock@1.8.1-next.50
351
- - @flatjs/evolve-preset-babel@1.8.1-next.13
352
-
353
- ## 1.8.1-next.59
354
-
355
- ### Patch Changes
356
-
357
- - 43fcd4e: Update logging add re-throw evolve build error
358
- - ffe4e14: bump version
359
- - Updated dependencies [ffe4e14]
360
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.27
361
- - @flatjs/evolve-preset-babel@1.8.1-next.13
362
- - @flatjs/common@1.8.1-next.27
363
- - @flatjs/graph@1.8.1-next.31
364
- - @flatjs/mock@1.8.1-next.49
365
-
366
- ## 1.8.1-next.58
367
-
368
- ### Patch Changes
369
-
370
- - 669474e: fix wrong print the webpack compiler error message formatting
371
-
372
- ## 1.8.1-next.57
373
-
374
- ### Patch Changes
375
-
376
- - 12f0600: Setup `config:false` for `postcss-loader` to improve performance
377
-
378
- ## 1.8.1-next.56
379
-
380
- ### Patch Changes
381
-
382
- - 08499ec: Allow pass customized options of `postcss-loader`
383
- - 87013ff: bump version
384
- - Updated dependencies [87013ff]
385
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.26
386
- - @flatjs/evolve-preset-babel@1.8.1-next.12
387
- - @flatjs/common@1.8.1-next.26
388
- - @flatjs/graph@1.8.1-next.30
389
- - @flatjs/mock@1.8.1-next.48
390
-
391
- ## 1.8.1-next.55
392
-
393
- ### Patch Changes
394
-
395
- - 97d839c: Fix ForkTsChecker incorrect `include` of tsconfig.json
396
-
397
- ## 1.8.1-next.54
398
-
399
- ### Patch Changes
400
-
401
- - 0b95309: update logging formats
402
- - Updated dependencies [0b95309]
403
- - @flatjs/mock@1.8.1-next.47
404
-
405
- ## 1.8.1-next.53
406
-
407
- ### Patch Changes
408
-
409
- - 7fd8c71: Adjust logging message formatting
410
- - 7fd8c71: bump version & adjust formatting of logs
411
- - Updated dependencies [7fd8c71]
412
- - @flatjs/common@1.8.1-next.25
413
- - @flatjs/graph@1.8.1-next.29
414
- - @flatjs/mock@1.8.1-next.46
415
- - @flatjs/evolve-preset-babel@1.8.1-next.11
416
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.25
417
-
418
- ## 1.8.1-next.52
419
-
420
- ### Patch Changes
421
-
422
- - Updated dependencies [4cb3186]
423
- - @flatjs/common@1.8.1-next.24
424
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.24
425
- - @flatjs/graph@1.8.1-next.28
426
- - @flatjs/mock@1.8.1-next.45
427
- - @flatjs/evolve-preset-babel@1.8.1-next.11
428
-
429
- ## 1.8.1-next.51
430
-
431
- ### Patch Changes
432
-
433
- - b0cff22: bump version & adjust logging
434
- - Updated dependencies [b0cff22]
435
- - @flatjs/common@1.8.1-next.23
436
- - @flatjs/graph@1.8.1-next.27
437
- - @flatjs/mock@1.8.1-next.44
438
- - @flatjs/evolve-preset-babel@1.8.1-next.11
439
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.23
440
-
441
- ## 1.8.1-next.50
442
-
443
- ### Patch Changes
444
-
445
- - 44d38f3: bump version
446
- - Updated dependencies [636a3c9]
447
- - Updated dependencies [44d38f3]
448
- - @flatjs/common@1.8.1-next.22
449
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.22
450
- - @flatjs/evolve-preset-babel@1.8.1-next.11
451
- - @flatjs/graph@1.8.1-next.26
452
- - @flatjs/mock@1.8.1-next.43
453
-
454
- ## 1.8.1-next.49
455
-
456
- ### Patch Changes
457
-
458
- - Updated dependencies [f83799b]
459
- - @flatjs/graph@1.8.1-next.25
460
- - @flatjs/mock@1.8.1-next.42
461
- - @flatjs/common@1.8.1-next.21
462
- - @flatjs/evolve-preset-babel@1.8.1-next.10
463
-
464
- ## 1.8.1-next.48
465
-
466
- ### Patch Changes
467
-
468
- - 3aee5ed: update typings & add import chunks for reactjs test case
469
- - Updated dependencies [7bb6aae]
470
- - @flatjs/mock@1.8.1-next.41
471
-
472
- ## 1.8.1-next.47
473
-
474
- ### Patch Changes
475
-
476
- - e710ec5: update armit/git fix branch list issue
477
-
478
- ## 1.8.1-next.46
479
-
480
- ### Patch Changes
481
-
482
- - a2e8c72: bump version
483
- - 8875949: imporved evolve build logics
484
- - Updated dependencies [a2e8c72]
485
- - Updated dependencies [8875949]
486
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.21
487
- - @flatjs/evolve-preset-babel@1.8.1-next.10
488
- - @flatjs/common@1.8.1-next.21
489
- - @flatjs/graph@1.8.1-next.24
490
- - @flatjs/mock@1.8.1-next.40
491
-
492
- ## 1.8.1-next.45
493
-
494
- ### Patch Changes
495
-
496
- - @flatjs/graph@1.8.1-next.23
497
- - @flatjs/mock@1.8.1-next.39
498
- - @flatjs/common@1.8.1-next.20
499
- - @flatjs/evolve-preset-babel@1.8.1-next.9
500
-
501
- ## 1.8.1-next.44
502
-
503
- ### Patch Changes
504
-
505
- - Updated dependencies [b9b73fb]
506
- - @flatjs/graph@1.8.1-next.22
507
- - @flatjs/mock@1.8.1-next.38
508
- - @flatjs/common@1.8.1-next.20
509
- - @flatjs/evolve-preset-babel@1.8.1-next.9
510
-
511
- ## 1.8.1-next.43
512
-
513
- ### Patch Changes
514
-
515
- - 0c816fd: bump version & add externals for graph
516
- - Updated dependencies [0c816fd]
517
- - @flatjs/common@1.8.1-next.20
518
- - @flatjs/graph@1.8.1-next.21
519
- - @flatjs/mock@1.8.1-next.37
520
- - @flatjs/evolve-preset-babel@1.8.1-next.9
521
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.20
522
-
523
- ## 1.8.1-next.42
524
-
525
- ### Patch Changes
526
-
527
- - 98a20bd: Add dynamic built module checker
528
- - eeadd45: bump version
529
- - 97a8e19: fix diff files with absolute path
530
- - f3b97b8: Update package engine to `node:>=18` for Prefix-Only Core Modules
531
- - 37efa04: refactor to support `module` pattern detect
532
- - 6a81f82: Add new clientOverly options for `dev-server`
533
- - Updated dependencies [eeadd45]
534
- - Updated dependencies [f3b97b8]
535
- - Updated dependencies [294590d]
536
- - Updated dependencies [0d22375]
537
- - Updated dependencies [8d45489]
538
- - Updated dependencies [d286586]
539
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.19
540
- - @flatjs/evolve-preset-babel@1.8.1-next.9
541
- - @flatjs/common@1.8.1-next.19
542
- - @flatjs/graph@1.8.1-next.20
543
- - @flatjs/mock@1.8.1-next.36
544
-
545
- ## 1.8.1-next.41
546
-
547
- ### Patch Changes
548
-
549
- - 0179446: bump version
550
- - a11818e: bump version
551
- - Updated dependencies [a3b66b5]
552
- - Updated dependencies [5a427b6]
553
- - Updated dependencies [0179446]
554
- - Updated dependencies [a11818e]
555
- - @flatjs/common@1.8.1-next.18
556
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.18
557
- - @flatjs/evolve-preset-babel@1.8.1-next.8
558
- - @flatjs/mock@1.8.1-next.35
559
-
560
- ## 1.8.1-next.40
561
-
562
- ### Patch Changes
563
-
564
- - Updated dependencies [2b2ccff]
565
- - @flatjs/mock@1.8.1-next.34
566
-
567
- ## 1.8.1-next.39
568
-
569
- ### Patch Changes
570
-
571
- - Updated dependencies [50164ec]
572
- - @flatjs/mock@1.8.1-next.33
573
-
574
- ## 1.8.1-next.38
575
-
576
- ### Patch Changes
577
-
578
- - 1a919de: move mock watcher into mock-middleware allow to `evolve` attach directly
579
- - Updated dependencies [1a919de]
580
- - @flatjs/mock@1.8.1-next.32
581
-
582
- ## 1.8.1-next.37
583
-
584
- ### Patch Changes
585
-
586
- - e97a039: Add webpack.definePlugin
587
-
588
- ## 1.8.1-next.36
589
-
590
- ### Patch Changes
591
-
592
- - Updated dependencies [182eba6]
593
- - Updated dependencies [f47b443]
594
- - @flatjs/mock@1.8.1-next.31
595
-
596
- ## 1.8.1-next.35
597
-
598
- ### Patch Changes
599
-
600
- - 3414589: fix load mock config missed `@flatjs/mock` as esmloader externals
601
-
602
- ## 1.8.1-next.34
603
-
604
- ### Patch Changes
605
-
606
- - 51339d5: add `tsconfig-paths` & `extensionAlias`
607
-
608
- ## 1.8.1-next.33
609
-
610
- ### Patch Changes
611
-
612
- - 56bddb7: imporved print logging for build entries
613
- - @flatjs/mock@1.8.1-next.30
614
-
615
- ## 1.8.1-next.32
616
-
617
- ### Patch Changes
618
-
619
- - 69b3166: Add `maxProcesses` for production build
620
- - 68642bf: update minify.ts to minify.mjs
621
- - Updated dependencies [68642bf]
622
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.17
623
- - @flatjs/evolve-preset-babel@1.8.1-next.7
624
- - @flatjs/common@1.8.1-next.17
625
- - @flatjs/mock@1.8.1-next.29
626
-
627
- ## 1.8.1-next.31
628
-
629
- ### Patch Changes
630
-
631
- - b318549: Add array chunks & evolve split entryMap into multi chunks
632
- - Updated dependencies [b318549]
633
- - @flatjs/common@1.8.1-next.16
634
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.16
635
- - @flatjs/mock@1.8.1-next.28
636
- - @flatjs/evolve-preset-babel@1.8.1-next.6
637
-
638
- ## 1.8.1-next.30
639
-
640
- ### Patch Changes
641
-
642
- - af2051d: Add `startStatic` API
643
- - @flatjs/mock@1.8.1-next.27
644
-
645
- ## 1.8.1-next.29
646
-
647
- ### Patch Changes
648
-
649
- - @flatjs/mock@1.8.1-next.26
650
-
651
- ## 1.8.1-next.28
652
-
653
- ### Patch Changes
654
-
655
- - 4d7d4aa: refactor config-loader allow projectCwd passing
656
- - Updated dependencies [4d7d4aa]
657
- - @flatjs/common@1.8.1-next.15
658
- - @flatjs/mock@1.8.1-next.25
659
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.15
660
- - @flatjs/evolve-preset-babel@1.8.1-next.6
661
-
662
- ## 1.8.1-next.27
663
-
664
- ### Patch Changes
665
-
666
- - 22c4464: Improved performance of `ForkTsCheckerWebpackPlugin`
667
-
668
- ## 1.8.1-next.26
669
-
670
- ### Patch Changes
671
-
672
- - Updated dependencies [898d48f]
673
- - @flatjs/common@1.8.1-next.14
674
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.14
675
- - @flatjs/mock@1.8.1-next.24
676
- - @flatjs/evolve-preset-babel@1.8.1-next.6
677
-
678
- ## 1.8.1-next.25
679
-
680
- ### Patch Changes
681
-
682
- - 52ab6a8: Change defaultServeGlobalData to support promise
683
-
684
- ## 1.8.1-next.24
685
-
686
- ### Patch Changes
687
-
688
- - a8129b0: exports entryMap
689
-
690
- ## 1.8.1-next.23
691
-
692
- ### Patch Changes
693
-
694
- - 14cb244: bump version
695
- - Updated dependencies [14cb244]
696
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.13
697
- - @flatjs/evolve-preset-babel@1.8.1-next.6
698
- - @flatjs/common@1.8.1-next.13
699
- - @flatjs/mock@1.8.1-next.23
700
-
701
- ## 1.8.1-next.22
702
-
703
- ### Patch Changes
704
-
705
- - @flatjs/mock@1.8.1-next.22
706
-
707
- ## 1.8.1-next.21
708
-
709
- ### Patch Changes
710
-
711
- - 4c7d73d: Move typings to type-fest
712
- - Updated dependencies [4c7d73d]
713
- - Updated dependencies [4c7d73d]
714
- - @flatjs/common@1.8.1-next.12
715
- - @flatjs/mock@1.8.1-next.21
716
- - @flatjs/evolve-preset-babel@1.8.1-next.5
717
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.12
718
-
719
- ## 1.8.1-next.20
720
-
721
- ### Patch Changes
722
-
723
- - Updated dependencies [a971bed]
724
- - @flatjs/common@1.8.1-next.11
725
- - @flatjs/mock@1.8.1-next.20
726
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.11
727
- - @flatjs/evolve-preset-babel@1.8.1-next.5
728
-
729
- ## 1.8.1-next.19
730
-
731
- ### Patch Changes
732
-
733
- - 26e11d4: bump armit version
734
- - Updated dependencies [26e11d4]
735
- - @flatjs/common@1.8.1-next.10
736
- - @flatjs/mock@1.8.1-next.19
737
- - @flatjs/evolve-preset-babel@1.8.1-next.5
738
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.10
739
-
740
- ## 1.8.1-next.18
741
-
742
- ### Patch Changes
743
-
744
- - 80de4ee: Add `build`,`serve`,`mock` cli command
745
- - Updated dependencies [07ad02e]
746
- - @flatjs/common@1.8.1-next.9
747
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.9
748
- - @flatjs/mock@1.8.1-next.18
749
- - @flatjs/evolve-preset-babel@1.8.1-next.5
750
-
751
- ## 1.8.1-next.17
752
-
753
- ### Patch Changes
754
-
755
- - cdc0604: Replace veresion pattern from `^` to `*`
756
- - ab0bc1f: Add evolve module
757
- - 05a29d9: update dependencies as fixed version
758
- - Updated dependencies [cdc0604]
759
- - Updated dependencies [b2586d8]
760
- - Updated dependencies [05a29d9]
761
- - Updated dependencies [fd260b2]
762
- - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.8
763
- - @flatjs/common@1.8.1-next.8
764
- - @flatjs/evolve-preset-babel@1.8.1-next.5
765
- - @flatjs/mock@1.8.1-next.17