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