Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt Standard Source Map Naming #339

Open
bdkjones opened this issue Oct 6, 2015 · 0 comments
Open

Adopt Standard Source Map Naming #339

bdkjones opened this issue Oct 6, 2015 · 0 comments

Comments

@bdkjones
Copy link

bdkjones commented Oct 6, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant