Skip to content
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

sourceMappingURL is always "sourceMappingURL=data:application/json;charset=utf8;base64," #326

Open
BioPhoton opened this issue Aug 1, 2017 · 2 comments

Comments

@BioPhoton
Copy link

No matter what im doing the sourceMappingURL is always data:application/json;charset=utf8;base64.

return gulp.src(allFiles)
.pipe($.sourcemaps.init())
.pipe($.uglify())
.pipe($.sourcemaps.write('./', {addComment: true,
sourceMappingURLPrefix: 'https://xyz.zxy/app/assets/js/'}))
.pipe(gulp.dest(destPath), done);

any ideas?

Best Michael

@hitao123
Copy link

hitao123 commented Oct 4, 2017

i meet the same problem

@phated
Copy link
Contributor

phated commented May 6, 2019

@BioPhoton please provide a minimal reproduction repository.

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

No branches or pull requests

3 participants