Closed sensedeep closed 8 years ago
@sensedeep Could you please provide a sample repo the reproduces this problem?
Sorry, but the source has moved on and I cannot re-create. From memory, we added map entries to config.js to solve the problem. Sorry. Please feel free to close the issue as I cannot provide more information.
I have an app that works without bundling. With bundling, I get console errors when I run the app. No errors during bundling.
The source in question is:
services/index.js
This is bundled as:
Auth.js is not dot relative to the bundled source anymore. it should be rewritten as require("services/auth")
How can I fix or work around this? Any ideas?