SimonDegraeve / loopback-webpack-plugin

Compile Loopback project with Webpack. This is useful for isomorphic application.
MIT License
12 stars 3 forks source link

fails with https://github.com/strongloop/loopback-example-full-stack example #1

Open RainerAtSpirit opened 9 years ago

RainerAtSpirit commented 9 years ago

I was trying to get this plugin working with the ootb loopback full stack example, but it throws a bunch of error messages. This might be related to the fact that I'm testing on Win 8.1, though. Is there a working repo that I could use as starting point?

Nutelac commented 9 years ago

Same problem. I've got bunch of Cannot resolve module [fs, net, browserify, ...] errors.

lukasredev commented 9 years ago

Same problem here.

Nutelac commented 9 years ago

I've created issue in Loopback repo https://github.com/strongloop/loopback/issues/1412.

rob3c commented 8 years ago

It looks like that loopback-example-full-stack doesn't exist anymore, at least by that name.

Unfortunately, loopback-webpack-plugin also fails with the other two browserify-based strongloop samples I've tried: https://github.com/strongloop/loopback-example-offline-sync and https://github.com/strongloop/loopback-example-isomorphic

The loopback webpack issue mentioned above is still open. Anyone get webpack + loopback working yet?

zamb3zi commented 8 years ago

Yes, I've documented my solution here: loopback-webpack-example