-
Notifications
You must be signed in to change notification settings - Fork 44
feat(index): Add sourcemap support (options.sourceMap
)
#61
Conversation
Thank you @aymasse! I had somewhat forgotten about this and have been too busy recently. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aymasse Just left a couple of suggestions. Otherwise LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@michael-ciniawsky do you think we can merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good, need update README
Thanks for the help here @evilebottnawi! @aymasse Could you update the readme please? |
Ping! @evilebottnawi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, please fix note above
Co-Authored-By: aymasse <aymasse@users.noreply.github.com>
Package necessary to retrieve the loader's options
Hello,
This is the "continuation" of the work started by @driskell with the changes suggested by @michael-ciniawsky in PR #59 .
These changes add support for the sourceMap options in order to properly support source maps for newer versions of WebPack. Fixes #30