ricokahler / next-plugin-preval

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

fix: propagate stack trace #29

Closed ricokahler closed 3 years ago

ricokahler commented 3 years ago

The following PR switches to @babel/register which correctly propagates source maps and stack traces 🎉

Closes #22