Skip to content

"sourceMappingURL" not built with "npm install" #1452

Closed
@jbelien

Description

@jbelien

What version of async are you using?
2.5.0

Which environment did the issue occur in (Node version/browser version)
Node.js v6.10.3 & npm 5.3.0

What did you do? Please include a minimal reproducable case illustrating issue.
I just run npm install --save async as described in the documentation.

What did you expect to happen?
Expect to have a async.min.map file build in dist folder.

What was the actual result?
No async.min.map file build in dist folder but //# sourceMappingURL=async.min.map at the end of async.min.js file.

Activity

added a commit that references this issue on Jul 21, 2017
b5b22fb
self-assigned this
on Jul 21, 2017
hargasinski

hargasinski commented on Jul 21, 2017

@hargasinski
Collaborator

Hi @jbelien. Thanks for the report! This will be fixed shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @jbelien@hargasinski

      Issue actions

        "sourceMappingURL" not built with "npm install" · Issue #1452 · caolan/async