bundlephobia icon indicating copy to clipboard operation
bundlephobia copied to clipboard

aws-sdk/client-s3 fails to minify

Open seekayel opened this issue 2 years ago • 0 comments

Type

Bug

Package name

@aws-sdk/[email protected]

Entire error (stringified) I see in my browser console

{
    "code": "MinifyError",
    "message": "We could not minify one of the source files in this package or its dependencies. Please verify if the contents of <code>0</code> can be minified using <a href=\"https://try.terser.org/\" target=\"_blank\">terser</a>.",
    "details": {
        "originalError": "{\n  \"name\": \"SyntaxError\",\n  \"message\": \"Unexpected token: name (aws)\",\n  \"filename\": \"0\",\n  \"line\": 1,\n  \"col\": 12,\n  \"pos\": 12\n}"
    }
}
{ "name": "SyntaxError", "message": "Unexpected token: name (aws)", "filename": "0", "line": 1, "col": 12, "pos": 12 }

Description

We depend on the AWS S3 client. I'm not sure if the bug lies in that package or in the minify-er code.

seekayel avatar Jan 09 '23 21:01 seekayel