Skip to content

avoid reformatting minified libraries #70

@FND

Description

@FND

import "foo.min.js" results in foo.min.js being reformatted, thus introducing unnecessary whitespace (arguably when importing a minified library, we wanna keep it minified)

note that excludeing such libraries from transpilation circumvents the issue:

    esnext: {
        exclude: ["document-register-element"]
    }

Metadata

Metadata

Assignees

No one assigned

    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