fastify / fastify-plugin

Plugin helper for Fastify
MIT License
199 stars 43 forks source link

Fixes fastify version check in ESM context #102

Closed fox1t closed 4 years ago

fox1t commented 4 years ago

Fixes: https://github.com/fastify/fastify-plugin/issues/101

Checklist

fox1t commented 4 years ago

Still need proper ESM tests. Going to add them.

fox1t commented 4 years ago

Test added

mcollina commented 4 years ago

a better solution is to move this check from fastify-plugin to fastify itself.