Skip to content

Minify newlinesΒ #1580

Open
Open
@miyaji255

Description

Feature request

Why does not terser minify newlines?

Esbuild minify newlines like the following.

// index.js
var text="a\nb\nc\n";

// index.min.js
var text=`a
b
c
`;

https://esbuild.github.io/faq/#minified-newlines

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