Skip to content

Adopt Standard Source Map Naming #339

@bdkjones

Description

@bdkjones

Currently, if you have a file named input.jsx and you compile it to output.js and enable the source-map option, you'll get a source map file named output.js.mapping.

The defacto industry standard naming convention for source maps is [output filename].[output extension].map. In this example, the source map should be output.js.map.

Please move to that naming convention, as it matches what literally every other language does. Sass, CoffeeScript, Less, Stylus and Uglify.js just off the top of my head.

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