-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Does not work with browserify -r option #37
Comments
chentsulin
changed the title
Didn't work with browserify -r option
Does not work with browserify -r option
Nov 17, 2014
What version of browserify? your code works with 5.11.2 |
I can reproduce this issue using browserify 6.3.2 / brfs 1.2.0. |
I use browserify 6.3.2 / brfs 1.2.0, too |
Not working with browserify@7 either. Configuring brfs to be a global transform and it will perform the replacement properly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Below is my
test.js
:Use brfs without
-r
:will get correctly compiled string :
But use with
-r
:fs
code will not be compiled :The text was updated successfully, but these errors were encountered: