We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Same thing happened to me...
Sorry, something went wrong.
thanks for noting it and its has been rectified.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: