Closed samwillis closed 1 month ago
With a recent dependancy bump, builds had started reporting this warning (and similar):
The condition "types" here will never be used as it comes after both "import" and "require"
The fix is to place the type exports above the import and require exports.
Built bundles:
🚀 Deployed on https://670d8faa1fbea4761cbc141c--pglite.netlify.app
With a recent dependancy bump, builds had started reporting this warning (and similar):
The fix is to place the type exports above the import and require exports.