Skip to content

Wrong CLI option for Source Maps in README.md #95

Description

@lxfrdl

In the README.md it says you could use browserify -t [ uglifyify --no-sourcemap ] app.js to disable sourcemaps. This, for me, throws the following error
DefaultsError: sourcemap is not a supported option while parsing file
.
If I use --no-sourceMap instead (browserify -t [ uglifyify --no-sourceMap ] app.js it works like a charm.
It would be nice, if the README.md could be changed, to that it represents the current state.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions