Skip to content

Should sideEffects be boolean false ? esbuild is complaining about it since the 128.0.0 release: #3419

@thblt-thlgn

Description

@thblt-thlgn

Should sideEffects be boolean false ? esbuild is complaining about it since the 128.0.0 release:

▲ [WARNING] The value for "sideEffects" must be a boolean or an array [package.json]

    ./node_modules/googleapis/package.json:9:17:
      9 │   "sideEffects": "false",
        ╵                  ^

1 warning

Webpack documents it similarly as boolean | string[]

Originally posted by @mhio in #3354 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions