Plugin stopped writing file

Hey there,
Ah, right, I think this is related to the recent change in when onSucess and onEnd build events happen. Here’s a post about the change, which shipped about 2 weeks ago:

Can you try changing onSucess here: onSuccess: async ({ utils, constants }) => { to onPostBuild? Seems like that should do what onSuccess used to do:

Let us know how it goes!

1 Like