Closed thecassion closed 6 years ago
Try this: import { Card } from 'mdbreact/src'
Not working for me, using: import { Nav } from 'mdbreact/src' I get: Uncaught SyntaxError: Unexpected token import
Using: import { Nav } from 'mdbreact' I get: Module not found: 'mdbreact' in /Users/geraldbailey/Desktop/react-router-firebase-auth-master/src/components
The uncaught token import may be from not using transform-object-rest-spread in your babel plugins. Also you can see they alias their /src directory in webpack.config.js which fixed the resolve issues for me.
Fixed :)
` Failed to compile.
./src/App.js Module not found: Can't resolve 'mdbreact' in '/home/mypersonal/reactjs/src' `