I'm using browserify via command line and should be able to just run browserify -t bulkify in.js > bundle.js, but I always get the following error in browser:
TypeError: fs.readdirSync is not a function
It seems to be related to the changes here:
#57
so I rolled back to a previous commit, and I still get the above error.
Please advise.
I'm using browserify via command line and should be able to just run
browserify -t bulkify in.js > bundle.js, but I always get the following error in browser:It seems to be related to the changes here:
#57
so I rolled back to a previous commit, and I still get the above error.
Please advise.