Here are the steps I've taken:
- Installed bootstrap-select using npm
- Edited resource/assets/bootstrap.js to add "require('bootstrap-select');
- Executed npm run prod
My Questions:
Does the bootstrap-select library include sass or css files, and if so, how can I combine them in css/app.css?
Do I have to edit webpack.mix.js, or is there another file like "resource/assets/bootstrap.js" that I can modify instead?