File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Run when a module build has failed.
63
63
64
64
- Callback Parameters: ` module ` ` error `
65
65
66
- ### succeedModul
66
+ ### succeedModule
67
67
68
68
` SyncHook `
69
69
@@ -145,31 +145,31 @@ Called at the beginning of the chunk optimization phase. A plugin can tap into t
145
145
146
146
- Callback Parameters: ` chunks `
147
147
148
- ##afterOptimizeChun
148
+ ## afterOptimizeChunks
149
149
150
150
` SyncHook `
151
151
152
152
Fired after chunk optimization has completed.
153
153
154
154
- Callback Parameters: ` chunks `
155
155
156
- ##optimizeTr
156
+ ## optimizeTree
157
157
158
158
` AsyncSeriesHook `
159
159
160
160
Called before optimizing the dependency tree. A plugin can tap into this hook to perform a dependency tree optimization.
161
161
162
162
- Callback Parameters: ` chunks ` ` modules `
163
163
164
- ###afterOptimizeTre
164
+ ### afterOptimizeTree
165
165
166
166
` SyncHook `
167
167
168
168
Called after the dependency tree optimization has completed with success.
169
169
170
170
- Callback Parameters: ` chunks ` ` modules `
171
171
172
- ###optimizeChunkModule
172
+ ### optimizeChunkModule
173
173
174
174
` SyncBailHook `
175
175
You can’t perform that action at this time.
0 commit comments