-
Notifications
You must be signed in to change notification settings - Fork 17
Doesn't work with Ember 2.16 #68
Copy link
Copy link
Open
Description
I used this addon with Ember 2.8 and everything worked. Today I tried to update to recent ember version and faced "Cannot find module app-name/routes/application" error in console. Spent few hours trying to debug it. I think it's caused by recent babel versions and new ember imports. Found a workaround: use requireNode for node modules. Example: fs = requireNode('fs') instead of fs = require('fs').
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels