So lets say I have some heavy business logic which...
# prisma-whats-new
j
So lets say I have some heavy business logic which needs to be tested and live in its own file, is there no way to include it in inline / auth0 extend / graphcool-cli code?
n
not yet - could you create a new feature request for this here: https://github.com/graphcool/graphcool/issues?
done
🙏 1
pretty major thing imo. will have to slap a webpack layer on top of my code for the time being
n
definitely! we'll discuss this soon, thanks for bringing it up 🙂
a
Also have a look at the command line
wt bundle
from webtask.io, because that uses babel, and bundles your code into a single file. More light-weight than webtask imho...