Eric Crescioni
Eric Crescioni
> Here is my first pass on this and seems to work ok but I'm rather green to the turbo scene so I could be doing something completely incorrect. >...
@Hacksore - I got mine to compile as well. However, due to how my code is structured, the bundled result is not suitable for firebase deployment. My `src` directory is...
I changed rollup to output `dir` so that I could set `preseveModules:true` ```js // rollup.config.js output: [ { dir: `dist`, format: 'es', sourcemap: true, preserveModules: true, preserveModulesRoot: "./" }, ],...
Just confirming that @parkernilson 's solution works well - we have done something similar in our monorepo. About half a year ago we started using this instead: https://github.com/willviles/firebase-pnpm-workspaces We run...
Same thing is happening on my end - I will try to make a minimal reproduction tonight if I have the chance - however, for now just sticking to v12...
For now, we had to go with Calendly because of this requirement. However, will happily migrate back next year if implemented.