stormpath / express-stormpath

Build simple, secure web applications with Stormpath and Express!
http://docs.stormpath.com/nodejs/express/
Apache License 2.0
325 stars 111 forks source link

Incompatible with webpack-dev-server #390

Open typerandom opened 8 years ago

typerandom commented 8 years ago

There seems to be some compatibility issues when running the express-stormpath middleware with webpack-dev-server.

We need to investigate why this happens and if we can easily fix it.

robertjd commented 8 years ago

Are you getting some errors or re-produceable behavior that is problematic?

On Fri, Mar 18, 2016 at 2:00 PM, Robin notifications@github.com wrote:

There seems to be some compatibility issues when running the express-stormpath middleware with webpack-dev-server https://webpack.github.io/docs/webpack-dev-server.html.

We need to investigate why this happens and if we can easily fix it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/stormpath/express-stormpath/issues/390

typerandom commented 8 years ago

Yeah, basically it was complaining that app.get was undefined. But I haven't investigated this in-depth to have anything more to add. My thought with creating this issue was to track it so that we can investigate it more later on.

bentedder commented 8 years ago

What kind of errors are you getting? I've been using it with webpack-dev-server for a while now...