Topic: How to build MDB v4.16.0 with Laravel Mix
For those who are still having trouble importing and building MDB with Laravel Mix, I've created a gist with my current working solution:
https://gist.github.com/PabloCamp0s/a22b810af012d6110e98cb7539e96484
jQuery has been locked to ~3.4.x in package.json because of a known issue with jQuery 3.5.0 and Bootstrap 4 collapsible cards/accordions.
Hope this helps anyone facing the same problems I've encountered with.
sarky
pro answered 10 months ago
Answered
- User: Pro
- Premium support: Yes
- Technology: jQuery
- MDB Version: 4.16.0
- Device: PC
- Browser: Chromium
- OS: Linux
- Provided sample code: No
- Provided link: Yes
Grzegorz Bujański staff commented 11 months ago
Hi. Thanks for sharing this!