mdbootstrap / material-design-for-bootstrap

Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
https://mdbootstrap.com/docs/standard/
MIT License
9.35k stars 1.15k forks source link

Fix wrong "main" file #249

Closed MichaelBelgium closed 4 years ago

MichaelBelgium commented 5 years ago

(From the support forum)

After updating from mdb 4.7.6 to 4.8.2 with laravel 5.8 - and rerunning npm run prod - npm was spitting out an error:

ERROR in ./resources/js/app.js
Module not found: Error: Can't resolve 'mdbootstrap' in ...

After comparing 4.7.7 with 4.8.0 i noticed something in package.json: the "main" value/file does not exist.

Replacing it with "js/mdb.min.js" fixed this issue.