You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice if we could pass down flags to the cli and then into the esbuild buildSync function, more particularly I ran into an issue with a module I needed to exclude.
The text was updated successfully, but these errors were encountered:
It might appear to maybe exclude prisma from being watched or something? Maybe it should be more specific, like --esbuild-exclude or something. Just spitballing here.
We should also support presta.config.js options for the esbuild compilation. Maybe we should only support config file? That way we can skip having to parse esbuild options in addition to our own 🤔
It'd be nice if we could pass down flags to the cli and then into the esbuild buildSync function, more particularly I ran into an issue with a module I needed to exclude.
The text was updated successfully, but these errors were encountered: