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
I'm using ESM with Node.js and I was wondering if there is a way to eliminate unused languages from the Serverless environment to reduce the size of it?
I would exclude all the languages, that I don't use, manually, but then I would need to change supportedLocales.json as well.
The text was updated successfully, but these errors were encountered:
I like this idea. We had to hard code a dictionary from this library for our 11 supported languages. Otherwise the package would have been too big for our edge runtime.
I'm using ESM with Node.js and I was wondering if there is a way to eliminate unused languages from the Serverless environment to reduce the size of it?
I would exclude all the languages, that I don't use, manually, but then I would need to change
supportedLocales.json
as well.The text was updated successfully, but these errors were encountered: