next.js
ec6c7108 - feat: build lifecycle hooks - afterProductionCompile (#77345)

Commit
278 days ago
feat: build lifecycle hooks - afterProductionCompile (#77345) Add a `runAfterProductionCompile` hook in next.config.js that executes after production build compilation finishes, but before running post-compilation tasks like type checking and static page generation. This hook provides access to project metadata including the project directory and build output directory, making it useful for third-party to collect build outputs like sourcemaps.
Author
Parents
Loading