Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

How can I disable sourcemaps? #418

Closed
@speigg

Description

@speigg

Trying to build with babel in jspm, with sourcemaps disabled. In my config.js:

System.config({
  "transpiler": "babel",
  "babelOptions": {
    "sourceMaps": false
  }
});

But, es6-module-loader seems to be overwriting my options.

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