Skip to content

Conversation

Julien-R44
Copy link
Member

Added assembler hooks that was added in the RC File since this release: https://github.com/adonisjs/application/releases/tag/v8.1.0

Can be used like that :

new DevServer({
  hooks: {
    onDevServerStarted: () => {},
    onSourceFileChanged: () => {},
  }
})

new Bundler({
  hooks: {
    onBuildCompleted: () => {},
    onBuildStarting: () => {},
  }
})

@Julien-R44 Julien-R44 merged commit 38a2835 into develop Feb 24, 2024
@Julien-R44 Julien-R44 deleted the feat/hooks branch February 24, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant