RJ,
The only file that imports @aws-sdk/client-s3 is located in imports/startup/server. and it is not imported by any client file.
Is there anything else we should do to make sure it does not get bundled into the client ?
Regards,
burni
RJ,
The only file that imports @aws-sdk/client-s3 is located in imports/startup/server. and it is not imported by any client file.
Is there anything else we should do to make sure it does not get bundled into the client ?
Regards,
burni
Ok my bad. I had left an import line in a client file.
Thanks RJ!