cyrilwanner / next-compose-plugins

💡next-compose-plugins provides a cleaner API for enabling and configuring plugins for next.js
MIT License
736 stars 12 forks source link

Async plugin complete before next.js starts to build pages? #53

Open spencersmb opened 2 years ago

spencersmb commented 2 years ago

I'm wondering if there is some documentation that would help me build a simple plugin that must complete an async operation before next.js starts to compile and render pages/ the app itself? Thanks for any help in advance!