Bryan Hickerson
Bryan Hickerson
@wagenet did things ever get to a place where you could share more publicly?
I'm having the same issue. I'm browserifying autosize 4.0.0 and rails-timezone 1.0.0.
Still blocked from upgrading due to this issue. Current browserified npm packages: ``` "@opentok/client": "^2.12.2", "autosize": "^4.0.0", "bowser": "^1.8.1", "pubnub": "^4.17.0", "uuid": "^3.1.0", "rails-timezone": "^1.0.0" ```
I'll see what I can do.
Tried creating a stripped down app with the error, but haven't been able to reproduce so far. I suspect it could one one of our other packages.
Even with our full package.json it's not occurring, is there anything I can do to debug it myself on our full app?
It appears to only happen when running `ember test`, able to build the app normally just fine.
@ef4 I was able to reproduce the issue in a small app: https://github.com/bryanhickerson/ember-browserify-import-error. It doesn't actually require any imports, the exception is happening in an ember-data-factory-guy factory definition. I was...