Closed
Description
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.
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
update Makefile to include source map in build dir [fixes #1452]
hargasinski commentedon Jul 21, 2017
Hi @jbelien. Thanks for the report! This will be fixed shortly.