@sikka/hawa 0.0.284 → 0.0.286
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/build-storybook.log +379 -0
- package/es/elements/HawaButton.d.ts +1 -0
- package/es/index.es.js +3 -3
- package/es/stories/ManualStories/BlocksIntroduction.stories.d.ts +20 -0
- package/es/stories/ManualStories/Customization.stories.d.ts +20 -0
- package/es/stories/ManualStories/ElementsIntroduction.stories.d.ts +20 -0
- package/es/stories/ManualStories/Installation.stories.d.ts +20 -0
- package/es/stories/ManualStories/LayoutIntroduction.stories.d.ts +20 -0
- package/es/stories/ManualStories/Overview.stories.d.ts +10 -8
- package/es/stories/ManualStories/Usage.stories.d.ts +20 -0
- package/lib/elements/HawaButton.d.ts +1 -0
- package/lib/index.js +3 -3
- package/lib/stories/ManualStories/BlocksIntroduction.stories.d.ts +20 -0
- package/lib/stories/ManualStories/Customization.stories.d.ts +20 -0
- package/lib/stories/ManualStories/ElementsIntroduction.stories.d.ts +20 -0
- package/lib/stories/ManualStories/Installation.stories.d.ts +20 -0
- package/lib/stories/ManualStories/LayoutIntroduction.stories.d.ts +20 -0
- package/lib/stories/ManualStories/Overview.stories.d.ts +10 -8
- package/lib/stories/ManualStories/Usage.stories.d.ts +20 -0
- package/package.json +13 -5
- package/src/blocks/Account/UserProfileForm.tsx +2 -42
- package/src/elements/HawaButton.tsx +3 -1
- package/src/elements/HawaPhoneInput.tsx +5 -5
- package/src/elements/HawaTextField.tsx +1 -1
|
@@ -0,0 +1,379 @@
|
|
|
1
|
+
info @storybook/react v6.5.16
|
|
2
|
+
info
|
|
3
|
+
info => Cleaning outputDir: C:\Users\Zakher\Desktop\coding\hawa\docs\documentation
|
|
4
|
+
info => Loading presets
|
|
5
|
+
info Found existing addon "@storybook/addon-docs", skipping.
|
|
6
|
+
info => Loading custom manager config
|
|
7
|
+
info => Compiling manager..
|
|
8
|
+
info => Compiling preview..
|
|
9
|
+
info Addon-docs: using MDX1
|
|
10
|
+
info => Using PostCSS preset with postcss@8.4.28
|
|
11
|
+
info => Loading custom manager config
|
|
12
|
+
info => Using default Webpack5 setup
|
|
13
|
+
<s> [webpack.Progress] 0%
|
|
14
|
+
|
|
15
|
+
<s> [webpack.Progress] 1% setup before run
|
|
16
|
+
<s> [webpack.Progress] 1% setup before run NodeEnvironmentPlugin
|
|
17
|
+
<s> [webpack.Progress] 1% setup before run
|
|
18
|
+
<s> [webpack.Progress] 2% setup run
|
|
19
|
+
<s> [webpack.Progress] 2% setup run
|
|
20
|
+
<s> [webpack.Progress] 4% setup normal module factory
|
|
21
|
+
<s> [webpack.Progress] 4% setup normal module factory CaseSensitivePathsPlugin
|
|
22
|
+
<s> [webpack.Progress] 4% setup normal module factory
|
|
23
|
+
<s> [webpack.Progress] 5% setup context module factory
|
|
24
|
+
<s> [webpack.Progress] 5% setup context module factory
|
|
25
|
+
<s> [webpack.Progress] 6% setup before compile
|
|
26
|
+
<s> [webpack.Progress] 6% setup before compile ProgressPlugin
|
|
27
|
+
<s> [webpack.Progress] 6% setup before compile
|
|
28
|
+
<s> [webpack.Progress] 7% setup compile
|
|
29
|
+
<s> [webpack.Progress] 7% setup compile ExternalsPlugin
|
|
30
|
+
<s> [webpack.Progress] 7% setup compile
|
|
31
|
+
<s> [webpack.Progress] 8% setup compilation
|
|
32
|
+
<s> [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin
|
|
33
|
+
<s> [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin
|
|
34
|
+
<s> [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin
|
|
35
|
+
<s> [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin
|
|
36
|
+
<s> [webpack.Progress] 8% setup compilation FetchCompileWasmPlugin
|
|
37
|
+
<s> [webpack.Progress] 8% setup compilation FetchCompileAsyncWasmPlugin
|
|
38
|
+
<s> [webpack.Progress] 8% setup compilation WorkerPlugin
|
|
39
|
+
<s> [webpack.Progress] 8% setup compilation SplitChunksPlugin
|
|
40
|
+
<s> [webpack.Progress] 8% setup compilation RuntimeChunkPlugin
|
|
41
|
+
<s> [webpack.Progress] 8% setup compilation ResolverCachePlugin
|
|
42
|
+
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
|
|
43
|
+
<s> [webpack.Progress] 8% setup compilation
|
|
44
|
+
<s> [webpack.Progress] 9% setup compilation
|
|
45
|
+
<s> [webpack.Progress] 9% setup compilation DefinePlugin
|
|
46
|
+
<s> [webpack.Progress] 9% setup compilation ProvidePlugin
|
|
47
|
+
<s> [webpack.Progress] 9% setup compilation ProgressPlugin
|
|
48
|
+
<s> [webpack.Progress] 9% setup compilation DocGenPlugin
|
|
49
|
+
<s> [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin
|
|
50
|
+
<s> [webpack.Progress] 9% setup compilation SourceMapDevToolPlugin
|
|
51
|
+
<s> [webpack.Progress] 9% setup compilation JavascriptModulesPlugin
|
|
52
|
+
<s> [webpack.Progress] 9% setup compilation JsonModulesPlugin
|
|
53
|
+
<s> [webpack.Progress] 9% setup compilation AssetModulesPlugin
|
|
54
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
55
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
56
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
57
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
58
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
59
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
60
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
61
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
62
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
63
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
64
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
65
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
66
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
67
|
+
<s> [webpack.Progress] 9% setup compilation RuntimePlugin
|
|
68
|
+
<s> [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin
|
|
69
|
+
<s> [webpack.Progress] 9% setup compilation DataUriPlugin
|
|
70
|
+
<s> [webpack.Progress] 9% setup compilation FileUriPlugin
|
|
71
|
+
<s> [webpack.Progress] 9% setup compilation CompatibilityPlugin
|
|
72
|
+
<s> [webpack.Progress] 9% setup compilation HarmonyModulesPlugin
|
|
73
|
+
<s> [webpack.Progress] 9% setup compilation AMDPlugin
|
|
74
|
+
<s> [webpack.Progress] 9% setup compilation RequireJsStuffPlugin
|
|
75
|
+
<s> [webpack.Progress] 9% setup compilation CommonJsPlugin
|
|
76
|
+
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
|
|
77
|
+
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
|
|
78
|
+
<s> [webpack.Progress] 9% setup compilation NodeStuffPlugin
|
|
79
|
+
<s> [webpack.Progress] 9% setup compilation APIPlugin
|
|
80
|
+
<s> [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin
|
|
81
|
+
<s> [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin
|
|
82
|
+
<s> [webpack.Progress] 9% setup compilation ConstPlugin
|
|
83
|
+
<s> [webpack.Progress] 9% setup compilation UseStrictPlugin
|
|
84
|
+
<s> [webpack.Progress] 9% setup compilation RequireIncludePlugin
|
|
85
|
+
<s> [webpack.Progress] 9% setup compilation RequireEnsurePlugin
|
|
86
|
+
<s> [webpack.Progress] 9% setup compilation RequireContextPlugin
|
|
87
|
+
<s> [webpack.Progress] 9% setup compilation ImportPlugin
|
|
88
|
+
<s> [webpack.Progress] 9% setup compilation ImportMetaContextPlugin
|
|
89
|
+
<s> [webpack.Progress] 9% setup compilation SystemPlugin
|
|
90
|
+
<s> [webpack.Progress] 9% setup compilation ImportMetaPlugin
|
|
91
|
+
<s> [webpack.Progress] 9% setup compilation URLPlugin
|
|
92
|
+
<s> [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin
|
|
93
|
+
<s> [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin
|
|
94
|
+
<s> [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin
|
|
95
|
+
<s> [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin
|
|
96
|
+
<s> [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin
|
|
97
|
+
<s> [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin
|
|
98
|
+
<s> [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin
|
|
99
|
+
<s> [webpack.Progress] 9% setup compilation FlagIncludedChunksPlugin
|
|
100
|
+
<s> [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin
|
|
101
|
+
<s> [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin
|
|
102
|
+
<s> [webpack.Progress] 9% setup compilation FlagDependencyUsagePlugin
|
|
103
|
+
<s> [webpack.Progress] 9% setup compilation InnerGraphPlugin
|
|
104
|
+
<s> [webpack.Progress] 9% setup compilation MangleExportsPlugin
|
|
105
|
+
<s> [webpack.Progress] 9% setup compilation ModuleConcatenationPlugin
|
|
106
|
+
<s> [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin
|
|
107
|
+
<s> [webpack.Progress] 9% setup compilation RealContentHashPlugin
|
|
108
|
+
<s> [webpack.Progress] 9% setup compilation WasmFinalizeExportsPlugin
|
|
109
|
+
<s> [webpack.Progress] 9% setup compilation NamedModuleIdsPlugin
|
|
110
|
+
<s> [webpack.Progress] 9% setup compilation DeterministicChunkIdsPlugin
|
|
111
|
+
<s> [webpack.Progress] 9% setup compilation DefinePlugin
|
|
112
|
+
<s> [webpack.Progress] 9% setup compilation TerserPlugin
|
|
113
|
+
<s> [webpack.Progress] 9% setup compilation TemplatedPathPlugin
|
|
114
|
+
<s> [webpack.Progress] 9% setup compilation RecordIdsPlugin
|
|
115
|
+
<s> [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin
|
|
116
|
+
<s> [webpack.Progress] 9% setup compilation IgnoreWarningsPlugin
|
|
117
|
+
<s> [webpack.Progress] 9% setup compilation
|
|
118
|
+
<s> [webpack.Progress] 10% building
|
|
119
|
+
<s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules
|
|
120
|
+
<s> [webpack.Progress] 10% building import loader ./node_modules/babel-loader/lib/index.js
|
|
121
|
+
<s> [webpack.Progress] 10% building 0/13 entries 21/31 dependencies 0/20 modules
|
|
122
|
+
<s> [webpack.Progress] 10% building 0/13 entries 21/32 dependencies 0/20 modules
|
|
123
|
+
<s> [webpack.Progress] 14% building 1/13 entries 32/142 dependencies 1/29 modules
|
|
124
|
+
<s> [webpack.Progress] 14% building import loader ./node_modules/@storybook/source-loader/dist/cjs/index.js
|
|
125
|
+
<s> [webpack.Progress] 14% building 1/13 entries 139/209 dependencies 1/128 modules
|
|
126
|
+
<s> [webpack.Progress] 14% building 1/13 entries 200/262 dependencies 1/166 modules
|
|
127
|
+
<s> [webpack.Progress] 14% building 1/13 entries 364/600 dependencies 3/201 modules
|
|
128
|
+
<s> [webpack.Progress] 14% building 1/13 entries 595/618 dependencies 4/224 modules
|
|
129
|
+
<s> [webpack.Progress] 18% building 2/13 entries 738/1112 dependencies 10/269 modules
|
|
130
|
+
<s> [webpack.Progress] 18% building import loader ./node_modules/style-loader/dist/cjs.js
|
|
131
|
+
<s> [webpack.Progress] 18% building import loader ./node_modules/css-loader/dist/cjs.js
|
|
132
|
+
<s> [webpack.Progress] 18% building import loader ./node_modules/postcss-loader/dist/cjs.js
|
|
133
|
+
<s> [webpack.Progress] 18% building 2/13 entries 1084/1112 dependencies 14/361 modules
|
|
134
|
+
<s> [webpack.Progress] 18% building 2/13 entries 1332/1400 dependencies 27/407 modules
|
|
135
|
+
<s> [webpack.Progress] 18% building 2/13 entries 1751/1900 dependencies 55/532 modules
|
|
136
|
+
<s> [webpack.Progress] 18% building 2/13 entries 1900/2108 dependencies 71/543 modules
|
|
137
|
+
<s> [webpack.Progress] 18% building 2/13 entries 2300/2356 dependencies 142/574 modules
|
|
138
|
+
<s> [webpack.Progress] 18% building 2/13 entries 2530/3000 dependencies 182/613 modules
|
|
139
|
+
<s> [webpack.Progress] 18% building 2/13 entries 3400/3654 dependencies 273/651 modules
|
|
140
|
+
<s> [webpack.Progress] 18% building 2/13 entries 3600/3723 dependencies 347/661 modules
|
|
141
|
+
<s> [webpack.Progress] 18% building 2/13 entries 4184/4300 dependencies 441/776 modules
|
|
142
|
+
<s> [webpack.Progress] 18% building 2/13 entries 4668/4700 dependencies 490/857 modules
|
|
143
|
+
<s> [webpack.Progress] 18% building 2/13 entries 5345/5400 dependencies 664/1030 modules
|
|
144
|
+
<s> [webpack.Progress] 20% building 2/13 entries 6300/6352 dependencies 962/1225 modules
|
|
145
|
+
<s> [webpack.Progress] 21% building 2/13 entries 6590/6664 dependencies 1027/1300 modules
|
|
146
|
+
<s> [webpack.Progress] 22% building 2/13 entries 6900/7072 dependencies 1094/1369 modules
|
|
147
|
+
<s> [webpack.Progress] 23% building 3/13 entries 7451/7480 dependencies 1268/1471 modules
|
|
148
|
+
<s> [webpack.Progress] 26% building 4/13 entries 7451/7480 dependencies 1269/1471 modules
|
|
149
|
+
<s> [webpack.Progress] 31% building 5/13 entries 7451/7480 dependencies 1270/1471 modules
|
|
150
|
+
<s> [webpack.Progress] 35% building 6/13 entries 7451/7480 dependencies 1271/1471 modules
|
|
151
|
+
<s> [webpack.Progress] 39% building 7/13 entries 7451/7480 dependencies 1272/1471 modules
|
|
152
|
+
<s> [webpack.Progress] 43% building 8/13 entries 7451/7480 dependencies 1273/1471 modules
|
|
153
|
+
<s> [webpack.Progress] 48% building 9/13 entries 7451/7480 dependencies 1274/1471 modules
|
|
154
|
+
<s> [webpack.Progress] 52% building 10/13 entries 7451/7480 dependencies 1275/1471 modules
|
|
155
|
+
<s> [webpack.Progress] 56% building 11/13 entries 7468/7490 dependencies 1303/1472 modules
|
|
156
|
+
<s> [webpack.Progress] 60% building 12/13 entries 7787/7787 dependencies 1489/1547 modules
|
|
157
|
+
<s> [webpack.Progress] 65% building 13/13 entries 7787/7787 dependencies 1547/1547 modules
|
|
158
|
+
<s> [webpack.Progress] 65% building
|
|
159
|
+
<s> [webpack.Progress] 69% building finish
|
|
160
|
+
<s> [webpack.Progress] 69% building finish
|
|
161
|
+
<s> [webpack.Progress] 70% sealing finish module graph
|
|
162
|
+
<s> [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin
|
|
163
|
+
<s> [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin
|
|
164
|
+
<s> [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin
|
|
165
|
+
<s> [webpack.Progress] 70% sealing finish module graph InnerGraphPlugin
|
|
166
|
+
<s> [webpack.Progress] 70% sealing finish module graph WasmFinalizeExportsPlugin
|
|
167
|
+
<s> [webpack.Progress] 70% sealing finish module graph
|
|
168
|
+
<s> [webpack.Progress] 70% sealing plugins
|
|
169
|
+
<s> [webpack.Progress] 70% sealing plugins DocGenPlugin
|
|
170
|
+
DeprecationWarning: 'createIdentifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
171
|
+
DeprecationWarning: '' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
172
|
+
DeprecationWarning: 'createLiteral' has been deprecated since v4.0.0. Use `factory.createStringLiteral`, `factory.createStringLiteralFromNode`, `factory.createNumericLiteral`, `factory.createBigIntLiteral`, `factory.createTrue`, `factory.createFalse`, or the factory supplied by your transformation context instead.
|
|
173
|
+
DeprecationWarning: 'createBinaryExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
174
|
+
DeprecationWarning: 'createExpressionStatement' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
175
|
+
DeprecationWarning: 'createPropertyAssignment' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
176
|
+
DeprecationWarning: 'createNull' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
177
|
+
DeprecationWarning: 'createTrue' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
178
|
+
DeprecationWarning: 'createObjectLiteralExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
179
|
+
DeprecationWarning: 'createArrayLiteralExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
180
|
+
DeprecationWarning: 'createExpressionStatement' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
181
|
+
DeprecationWarning: 'createTypeOfExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
182
|
+
DeprecationWarning: 'createElementAccessExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
183
|
+
DeprecationWarning: 'createIfStatement' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
184
|
+
DeprecationWarning: 'createBlock' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
185
|
+
DeprecationWarning: 'createVariableDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
186
|
+
DeprecationWarning: 'createCatchClause' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
187
|
+
DeprecationWarning: 'createTryStatement' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
188
|
+
DeprecationWarning: 'createFalse' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
189
|
+
<s> [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin
|
|
190
|
+
<s> [webpack.Progress] 70% sealing plugins
|
|
191
|
+
<s> [webpack.Progress] 71% sealing dependencies optimization
|
|
192
|
+
<s> [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin
|
|
193
|
+
<s> [webpack.Progress] 71% sealing dependencies optimization FlagDependencyUsagePlugin
|
|
194
|
+
<s> [webpack.Progress] 71% sealing dependencies optimization
|
|
195
|
+
<s> [webpack.Progress] 71% sealing after dependencies optimization
|
|
196
|
+
<s> [webpack.Progress] 71% sealing after dependencies optimization
|
|
197
|
+
<s> [webpack.Progress] 72% sealing chunk graph
|
|
198
|
+
<s> [webpack.Progress] 72% sealing chunk graph
|
|
199
|
+
<s> [webpack.Progress] 73% sealing after chunk graph
|
|
200
|
+
<s> [webpack.Progress] 73% sealing after chunk graph
|
|
201
|
+
<s> [webpack.Progress] 73% sealing optimizing
|
|
202
|
+
<s> [webpack.Progress] 73% sealing optimizing
|
|
203
|
+
<s> [webpack.Progress] 74% sealing module optimization
|
|
204
|
+
<s> [webpack.Progress] 74% sealing module optimization
|
|
205
|
+
<s> [webpack.Progress] 75% sealing after module optimization
|
|
206
|
+
<s> [webpack.Progress] 75% sealing after module optimization
|
|
207
|
+
<s> [webpack.Progress] 75% sealing chunk optimization
|
|
208
|
+
<s> [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin
|
|
209
|
+
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
|
|
210
|
+
<s> [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin
|
|
211
|
+
<s> [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin
|
|
212
|
+
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
|
|
213
|
+
<s> [webpack.Progress] 75% sealing chunk optimization
|
|
214
|
+
<s> [webpack.Progress] 76% sealing after chunk optimization
|
|
215
|
+
<s> [webpack.Progress] 76% sealing after chunk optimization
|
|
216
|
+
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
|
|
217
|
+
<s> [webpack.Progress] 77% sealing module and chunk tree optimization PersistentChildCompilerSingletonPlugin
|
|
218
|
+
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
|
|
219
|
+
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
|
|
220
|
+
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
|
|
221
|
+
<s> [webpack.Progress] 78% sealing chunk modules optimization
|
|
222
|
+
<s> [webpack.Progress] 78% sealing chunk modules optimization ModuleConcatenationPlugin
|
|
223
|
+
<s> [webpack.Progress] 78% sealing chunk modules optimization
|
|
224
|
+
<s> [webpack.Progress] 78% sealing after chunk modules optimization
|
|
225
|
+
<s> [webpack.Progress] 78% sealing after chunk modules optimization
|
|
226
|
+
<s> [webpack.Progress] 79% sealing module reviving
|
|
227
|
+
<s> [webpack.Progress] 79% sealing module reviving RecordIdsPlugin
|
|
228
|
+
<s> [webpack.Progress] 79% sealing module reviving
|
|
229
|
+
<s> [webpack.Progress] 80% sealing before module ids
|
|
230
|
+
<s> [webpack.Progress] 80% sealing before module ids
|
|
231
|
+
<s> [webpack.Progress] 80% sealing module ids
|
|
232
|
+
<s> [webpack.Progress] 80% sealing module ids NamedModuleIdsPlugin
|
|
233
|
+
<s> [webpack.Progress] 80% sealing module ids
|
|
234
|
+
<s> [webpack.Progress] 81% sealing module id optimization
|
|
235
|
+
<s> [webpack.Progress] 81% sealing module id optimization
|
|
236
|
+
<s> [webpack.Progress] 82% sealing module id optimization
|
|
237
|
+
<s> [webpack.Progress] 82% sealing module id optimization
|
|
238
|
+
<s> [webpack.Progress] 82% sealing chunk reviving
|
|
239
|
+
<s> [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin
|
|
240
|
+
<s> [webpack.Progress] 82% sealing chunk reviving
|
|
241
|
+
<s> [webpack.Progress] 83% sealing before chunk ids
|
|
242
|
+
<s> [webpack.Progress] 83% sealing before chunk ids
|
|
243
|
+
<s> [webpack.Progress] 84% sealing chunk ids
|
|
244
|
+
<s> [webpack.Progress] 84% sealing chunk ids DeterministicChunkIdsPlugin
|
|
245
|
+
<s> [webpack.Progress] 84% sealing chunk ids
|
|
246
|
+
<s> [webpack.Progress] 84% sealing chunk id optimization
|
|
247
|
+
<s> [webpack.Progress] 84% sealing chunk id optimization FlagIncludedChunksPlugin
|
|
248
|
+
<s> [webpack.Progress] 84% sealing chunk id optimization
|
|
249
|
+
<s> [webpack.Progress] 85% sealing after chunk id optimization
|
|
250
|
+
<s> [webpack.Progress] 85% sealing after chunk id optimization
|
|
251
|
+
<s> [webpack.Progress] 86% sealing record modules
|
|
252
|
+
<s> [webpack.Progress] 86% sealing record modules RecordIdsPlugin
|
|
253
|
+
<s> [webpack.Progress] 86% sealing record modules
|
|
254
|
+
<s> [webpack.Progress] 86% sealing record chunks
|
|
255
|
+
<s> [webpack.Progress] 86% sealing record chunks RecordIdsPlugin
|
|
256
|
+
<s> [webpack.Progress] 86% sealing record chunks
|
|
257
|
+
<s> [webpack.Progress] 87% sealing module hashing
|
|
258
|
+
<s> [webpack.Progress] 87% sealing module hashing
|
|
259
|
+
<s> [webpack.Progress] 87% sealing code generation
|
|
260
|
+
<s> [webpack.Progress] 87% sealing code generation
|
|
261
|
+
<s> [webpack.Progress] 88% sealing runtime requirements
|
|
262
|
+
<s> [webpack.Progress] 88% sealing runtime requirements
|
|
263
|
+
<s> [webpack.Progress] 89% sealing hashing
|
|
264
|
+
<s> [webpack.Progress] 89% sealing hashing
|
|
265
|
+
<s> [webpack.Progress] 89% sealing after hashing
|
|
266
|
+
<s> [webpack.Progress] 89% sealing after hashing
|
|
267
|
+
<s> [webpack.Progress] 90% sealing record hash
|
|
268
|
+
<s> [webpack.Progress] 90% sealing record hash
|
|
269
|
+
<s> [webpack.Progress] 91% sealing module assets processing
|
|
270
|
+
<s> [webpack.Progress] 91% sealing module assets processing
|
|
271
|
+
<s> [webpack.Progress] 91% sealing chunk assets processing
|
|
272
|
+
<s> [webpack.Progress] 91% sealing chunk assets processing
|
|
273
|
+
<s> [webpack.Progress] 92% sealing asset processing
|
|
274
|
+
<s> [webpack.Progress] 92% sealing asset processing PersistentChildCompilerSingletonPlugin
|
|
275
|
+
<s> [webpack.Progress] 92% sealing asset processing TerserPlugin
|
|
276
|
+
info => Manager built (27 s)
|
|
277
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
278
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
279
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin main.0a1cf05c.iframe.bundle.js generate SourceMap
|
|
280
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin main.0a1cf05c.iframe.bundle.js generated SourceMap
|
|
281
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin runtime~main.a3fd4283.iframe.bundle.js generate SourceMap
|
|
282
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin runtime~main.a3fd4283.iframe.bundle.js generated SourceMap
|
|
283
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 701.b73b0541.iframe.bundle.js generate SourceMap
|
|
284
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 701.b73b0541.iframe.bundle.js generated SourceMap
|
|
285
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 745.f5c15f97.iframe.bundle.js generate SourceMap
|
|
286
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 745.f5c15f97.iframe.bundle.js generated SourceMap
|
|
287
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 863.af03e82c.iframe.bundle.js generate SourceMap
|
|
288
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 863.af03e82c.iframe.bundle.js generated SourceMap
|
|
289
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 51.8bbae042.iframe.bundle.js generate SourceMap
|
|
290
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 51.8bbae042.iframe.bundle.js generated SourceMap
|
|
291
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 807.8a40779b.iframe.bundle.js generate SourceMap
|
|
292
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 807.8a40779b.iframe.bundle.js generated SourceMap
|
|
293
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 551.89adb45b.iframe.bundle.js generate SourceMap
|
|
294
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 551.89adb45b.iframe.bundle.js generated SourceMap
|
|
295
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 897.51f552e5.iframe.bundle.js generate SourceMap
|
|
296
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 897.51f552e5.iframe.bundle.js generated SourceMap
|
|
297
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 229.046f034b.iframe.bundle.js generate SourceMap
|
|
298
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 229.046f034b.iframe.bundle.js generated SourceMap
|
|
299
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 935.2eb6353e.iframe.bundle.js generate SourceMap
|
|
300
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 935.2eb6353e.iframe.bundle.js generated SourceMap
|
|
301
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 421.564bdfbd.iframe.bundle.js generate SourceMap
|
|
302
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 421.564bdfbd.iframe.bundle.js generated SourceMap
|
|
303
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
|
|
304
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
305
|
+
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
|
|
306
|
+
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
|
|
307
|
+
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin resolve sources
|
|
308
|
+
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
|
|
309
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
|
|
310
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
|
|
311
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin main.c3467fda.iframe.bundle.js generate SourceMap
|
|
312
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin main.c3467fda.iframe.bundle.js generated SourceMap
|
|
313
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin runtime~main.306fc6dc.iframe.bundle.js generate SourceMap
|
|
314
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin runtime~main.306fc6dc.iframe.bundle.js generated SourceMap
|
|
315
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 701.29b905df.iframe.bundle.js generate SourceMap
|
|
316
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 701.29b905df.iframe.bundle.js generated SourceMap
|
|
317
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 745.4b81597c.iframe.bundle.js generate SourceMap
|
|
318
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 745.4b81597c.iframe.bundle.js generated SourceMap
|
|
319
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 551.c82ea8f1.iframe.bundle.js generate SourceMap
|
|
320
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 551.c82ea8f1.iframe.bundle.js generated SourceMap
|
|
321
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 229.b009799f.iframe.bundle.js generate SourceMap
|
|
322
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 229.b009799f.iframe.bundle.js generated SourceMap
|
|
323
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 935.3a33e233.iframe.bundle.js generate SourceMap
|
|
324
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 935.3a33e233.iframe.bundle.js generated SourceMap
|
|
325
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 863.e16e5d47.iframe.bundle.js generate SourceMap
|
|
326
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 863.e16e5d47.iframe.bundle.js generated SourceMap
|
|
327
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 51.0690d1ae.iframe.bundle.js generate SourceMap
|
|
328
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 51.0690d1ae.iframe.bundle.js generated SourceMap
|
|
329
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 807.919f8c9e.iframe.bundle.js generate SourceMap
|
|
330
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 807.919f8c9e.iframe.bundle.js generated SourceMap
|
|
331
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 897.d9a35fd0.iframe.bundle.js generate SourceMap
|
|
332
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 897.d9a35fd0.iframe.bundle.js generated SourceMap
|
|
333
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 421.733237e0.iframe.bundle.js generate SourceMap
|
|
334
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 421.733237e0.iframe.bundle.js generated SourceMap
|
|
335
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin resolve sources
|
|
336
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
|
|
337
|
+
<s> [webpack.Progress] 92% sealing asset processing
|
|
338
|
+
<s> [webpack.Progress] 93% sealing after asset optimization
|
|
339
|
+
<s> [webpack.Progress] 93% sealing after asset optimization
|
|
340
|
+
<s> [webpack.Progress] 93% sealing recording
|
|
341
|
+
<s> [webpack.Progress] 93% sealing recording
|
|
342
|
+
<s> [webpack.Progress] 94% sealing after seal
|
|
343
|
+
<s> [webpack.Progress] 94% sealing after seal
|
|
344
|
+
<s> [webpack.Progress] 95% emitting emit
|
|
345
|
+
<s> [webpack.Progress] 95% emitting emit
|
|
346
|
+
<s> [webpack.Progress] 98% emitting after emit
|
|
347
|
+
<s> [webpack.Progress] 98% emitting after emit SizeLimitsPlugin
|
|
348
|
+
<s> [webpack.Progress] 98% emitting after emit
|
|
349
|
+
<s> [webpack.Progress] 99% done plugins
|
|
350
|
+
<s> [webpack.Progress] 99% done plugins CaseSensitivePathsPlugin
|
|
351
|
+
<s> [webpack.Progress] 99% done plugins
|
|
352
|
+
<s> [webpack.Progress] 99%
|
|
353
|
+
|
|
354
|
+
<s> [webpack.Progress] 99% cache store build dependencies
|
|
355
|
+
<s> [webpack.Progress] 99% cache store build dependencies
|
|
356
|
+
<s> [webpack.Progress] 99% cache begin idle
|
|
357
|
+
<s> [webpack.Progress] 99% cache begin idle
|
|
358
|
+
<s> [webpack.Progress] 100%
|
|
359
|
+
|
|
360
|
+
info => Preview built (40 s)
|
|
361
|
+
WARN asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
362
|
+
WARN This can impact web performance.
|
|
363
|
+
WARN Assets:
|
|
364
|
+
WARN main.c3467fda.iframe.bundle.js (1.04 MiB)
|
|
365
|
+
WARN 863.e16e5d47.iframe.bundle.js (515 KiB)
|
|
366
|
+
WARN 807.919f8c9e.iframe.bundle.js (791 KiB)
|
|
367
|
+
WARN 421.733237e0.iframe.bundle.js (2.6 MiB)
|
|
368
|
+
WARN entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
369
|
+
WARN Entrypoints:
|
|
370
|
+
WARN main (3.65 MiB)
|
|
371
|
+
WARN runtime~main.306fc6dc.iframe.bundle.js
|
|
372
|
+
WARN 421.733237e0.iframe.bundle.js
|
|
373
|
+
WARN main.c3467fda.iframe.bundle.js
|
|
374
|
+
WARN
|
|
375
|
+
<s> [webpack.Progress] 99% cache shutdown
|
|
376
|
+
<s> [webpack.Progress] 99% cache shutdown
|
|
377
|
+
<s> [webpack.Progress] 100%
|
|
378
|
+
|
|
379
|
+
info => Output directory: C:\Users\Zakher\Desktop\coding\hawa\docs\documentation
|