This is my step
- npm install bootstrap-select
- edit resource/assets/bootstrap.js and add "require('bootstrap-select');"
- npm run prod
My Questions:
but lib bootstrap-select include sass or css files, how do I combine sass or css files in css/app.css ?
Is it only way that edit webpack.mix.js? or I can edit some file like "resource/assets/bootstrap.js"