Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There's a bug in your src/routes/dashboardPage/forms/index.js #30

Open
oznooji opened this issue Dec 19, 2016 · 2 comments
Open

There's a bug in your src/routes/dashboardPage/forms/index.js #30

oznooji opened this issue Dec 19, 2016 · 2 comments

Comments

@oznooji
Copy link

oznooji commented Dec 19, 2016

the build failed on my Ubuntu machine. The file has the following code:

import Forms from './Forms';

probably needs to be changed to

import Forms from './forms';

In order to run properly. Now your webpack process fails on any machine besides a Mac(solves the case sensitive issues automatically)

@jackzzj
Copy link

jackzzj commented Jan 5, 2017

Same thing happened to me...

@gauravprwl14
Copy link
Contributor

thanks for noting it and its has been rectified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants