ricokahler / next-plugin-preval

Pre-evaluate async functions during builds and import them like JSON
MIT License
255 stars 12 forks source link

Ensure standardized composition with other plugins #43

Closed ricokahler closed 2 years ago

ricokahler commented 3 years ago

Next.js doesn't provide much on how to compose multiple plugins together however there are some other related projects such as next-compose-plugins that try to make sense of this.

This lib may have some wrong assumptions about plugin composition so this issue exists to double-check those and ensure everything is playing nicely together.

(thanks to @Vadorequest for bringing this to my attention)

ricokahler commented 2 years ago

closing this in favor of #68