Bundling for lower targets than ESNext?
using keyword in the bundled code, which then cannot be parsed?excerpt from myFunctions.js:
I hardcoded the target to es2020 (locally in the convex cli in
node_modules) and re-bundled & pushed the function which.. "worked", though wondering if there's an 'easy'/intended option to do that.with es2020:
