ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

Ignore `browser` field when running with Fastboot #115

Open gabrielgrant opened 7 years ago

gabrielgrant commented 7 years ago

Fixes #114

This seems to pull in the correct (non-browser) code under Fastboot, but causes an error TypeError: _ObjectImportedWithRequire.default is not a constructor. Shouldn't be merged until I've sorted out why that's happening.