Open nkvenom opened 9 years ago
In the file ImageGrid.js the import line was:
import ImageStore from '../stores/imagestore';
So I changed it to:
import ImageStore from '../stores/ImageStore';
Now npm run build works at expected
npm run build
Good catch @nkvenom. I found same problem.
In the file ImageGrid.js the import line was:
So I changed it to:
Now
npm run build
works at expected