Commit 47ef7e7 1 parent cbbd010 commit 47ef7e7 Copy full SHA for 47ef7e7
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -161,13 +161,21 @@ class ServerlessReact {
161
161
this . log . verbose ( "react:build" ) ;
162
162
} ,
163
163
"before:offline:start" : async ( ) => {
164
+ this . log . verbose ( "before:offline:start" ) ;
164
165
const { config, compiler } = await this . build ( ) ;
165
166
await this . watch ( config , compiler ) ;
166
167
} ,
167
168
"before:offline:start:init" : async ( ) => {
169
+ this . log . verbose ( "before:offline:start:init" ) ;
168
170
const { config, compiler } = await this . build ( ) ;
169
171
await this . watch ( config , compiler ) ;
170
172
} ,
173
+ "before:package:createDeploymentArtifacts" : async ( ) => {
174
+ this . log . verbose ( "before:package:createDeploymentArtifacts" ) ;
175
+ } ,
176
+ "after:package:createDeploymentArtifacts" : async ( ) => {
177
+ this . log . verbose ( "after:package:createDeploymentArtifacts" ) ;
178
+ } ,
171
179
} ;
172
180
}
173
181
You can’t perform that action at this time.
0 commit comments