We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upgrade Browserify to new version, and hence allow SourceMaps when you pass {browserify: { debug: true }} option to the transform.
{browserify: { debug: true }}
The text was updated successfully, but these errors were encountered:
@naartjie What do you mean upgrade to the new version? I tried that locally and got no change.
Nevermind I did not actually upgrade, just derped.
Sorry, something went wrong.
upgraded browserify and fixed errors, fixes gingerhendrix#15
8de30b8
@ericwooley This project seems kinda dormant and I haven't been using broccoli in a while now, and so I'm not up to date but your PR looks correct.
https://github.com/eploko/broccoli-watchify as of 1.0.0 supports this.
No branches or pull requests
Upgrade Browserify to new version, and hence allow SourceMaps when you pass
{browserify: { debug: true }}
option to the transform.The text was updated successfully, but these errors were encountered: