I had this problem after switching from importmaps to webpacker. Needed to install several packages:
yarn add css-loader style-loader
Then, in app/javascript/packs/application.js:
import 'select2/dist/css/select2' import 'select2'