Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sourcemap-regex): fix regex to match browserify sorucemap charset
Browserify has changed the sourcemap charset to use `=` instead of `:`. This has frequently changed, so this fix changes the regex to match a single character `.` For reference: https://github.com/substack/node-browserify/blob/b2374cef35072e7690ab31a68664b0733c1b4995/changelog.markdown#1200 Fixes #130
- Loading branch information