Nick Dima

Results 20 issues of Nick Dima

In my project I'm using both **npm** modules and **bower** components (with debowerify) which I want to bundle together as `vendor.js` while keeping my own code in an `app.js` bundle....

question

Not sure if this is the right place to post this issue. According to the webpack docs `global` is polyfilled by default but it turns out to be `undefined` in...

For this component the main files are not getting copied: https://github.com/daviferreira/medium-editor

bug

I have a problem with iisnode on Azure which is that the url encoded entities when passed to my express app in node are already decoded and can cause problems...

I have some trouble making chunked encoding work on an express app running on Azure Websites. This is the example code that I'm using: ``` javascript app.all("/test", function(req, res) {...

Is it a good idea to use `node-jsx` in production or better to pre-compile the files?

It seems to be breaking when reporting an error in some cases. In my case it happens with `reactify` which is strange because as far as I know this transform...

This doesn't seem to work in the same way as it does for the npm modules. Is this a known thing?

Is it possible to add the ability to pass also the browserify options? I'm mostly interested in the extensions array, so I can make it work with coffeescript. Thanks!

If you do a submit on a form that has a relative url as target (i.e. 'login.php') it will break as it will try to make the request to 'login.php'...