ERROR in ./app/actions/NoteActions.js
Module not found: Error: Cannot resolve 'file' or 'directory' ../libs/alt in /Users/ankit/Documents/repos/sandbox/kanban/app/actions
Same error for NoteStores/.js.
This gets resolved by changing ../libs/alt to only alt in both the file/module(s).
Trying to replicate http://survivejs.com/webpack_react/react_and_flux/
ERROR in ./app/actions/NoteActions.js Module not found: Error: Cannot resolve 'file' or 'directory' ../libs/alt in /Users/ankit/Documents/repos/sandbox/kanban/app/actions
Same error for NoteStores/.js.
This gets resolved by changing ../libs/alt to only alt in both the file/module(s).
Thanks