sb-admin-react
sb-admin-react copied to clipboard
There's a bug in your src/routes/dashboardPage/forms/index.js
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)
Same thing happened to me...
thanks for noting it and its has been rectified.