-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add gulp-compliant source map support #2
Comments
Very interesting, I will add support to the plugin |
I added support for sourcemap as you suggested, but there is something wrong in generated sourcemap.
I expect sources to contain "test/example_test.js","lib/example.js", nor the sourcemap file itself. |
Sorry, was my fault. Please update pure-cjs dependency with |
Awesome! Now source mapping works well, thanks |
pure-cjs
returns ready-to-use source map - so why not to add support for it ingulp
plugin. Check out how easy it is to implement it at https://github.com/floridoo/gulp-sourcemaps#plugin-developers-only-how-to-add-source-map-support-to-plugins.The text was updated successfully, but these errors were encountered: