Skip to content

Remove tab prefixing of souce code? #166

@josdejong

Description

@josdejong

Right now, when bundling a bunch of javascript files, each line of source code is prefixed with a tab (see code). This adds quite some extra whitespace (for my project it results in a 4% larger library size). Besides that, my project uses 2-space indentation, so the resulting mix of tabs and spaces for indentation is quite weird.

I'm not sure if anyone prefers this extra indentation, but I would be very happy if webpack would just not add these tabs. Or make it customizable?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions