Skip to content

Turning off sourcemaps fails #64

Closed
@torarnek

Description

@torarnek

Per default I get the following for every required module
//# sourceMappingURL=< compileOutput>

When I try to turn off source maps
es6ify.traceurOverrides = { sourceMaps: false };

I get:
TypeError: Cannot use 'in' operator to search for 'version' in null]
[TypeError: Cannot use 'in' operator to search for 'version' in null]
[TypeError: Cannot use 'in' operator to search for 'version' in null]
[TypeError: Cannot use 'in' operator to search for 'version' in null]
[TypeError: Cannot use 'in' operator to search for 'version' in null]
[TypeError: Cannot use 'in' operator to search for 'version' in null]

Is there a way to turn of source maps?

I am currently running through gulp.
browserify: 4.2.3

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