Skip to content

Bugfix: fix regex mismatching empty space after sourceMappingURL issue. #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2015
Merged

Bugfix: fix regex mismatching empty space after sourceMappingURL issue. #4

merged 1 commit into from
Apr 25, 2015

Conversation

fubupc
Copy link
Contributor

@fubupc fubupc commented Apr 25, 2015

For now, baseRegex mismatch empty space after which lead to 'Cannot find
SourceMap' problem.

e.g. map file name of bootstrap.css ( /*# sourceMappingURL=bootstrap.css.map */ ) will be resolved to bootstrap.css.map<_space_>

For now, baseRegex mismatch empty space after <url> which lead to 'Cannot find
SourceMap' problem.
sokra added a commit that referenced this pull request Apr 25, 2015
Bugfix: fix regex mismatching empty space after sourceMappingURL issue.
@sokra sokra merged commit 470c4cd into webpack-contrib:master Apr 25, 2015
@sokra
Copy link
Member

sokra commented Apr 25, 2015

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants