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