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

code ignore debugger; #664

Closed
haozi opened this issue May 25, 2016 · 1 comment · Fixed by #682
Closed

code ignore debugger; #664

haozi opened this issue May 25, 2016 · 1 comment · Fixed by #682

Comments

@haozi
Copy link

haozi commented May 25, 2016

when i use rollup to build code, i write debugger in code for debug, but it will be ignore after build
before

someCode()
debugger;
....

after

someCode()

that makes me hard to make breakpointer

Rich-Harris added a commit that referenced this issue Jun 5, 2016
preserve debugger statements
@Rich-Harris
Copy link
Contributor

thanks! fixed in 0.26.5

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 a pull request may close this issue.

2 participants