luisfarzati / express-babelify-middleware

Start developing ES6 in the browser right away, without any build setup
MIT License
24 stars 3 forks source link

Allow Browserify or Babel to be disabled from the babelify function #7

Open frastlin opened 7 years ago

frastlin commented 7 years ago

Hello, I love this middleware, but it is a little difficult to debug my code when both browserify and babel are running. (I keep getting: "SyntaxError: expected expression, got '<'" which means that in my main.js file, in the module test.js there is a missing brace). At the moment I really only need browserify to develop with, but eventually I will need both, so I would like to be able to disable one or the other. Thanks,