-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Using a basic webpack configuration for building a project, i ran the following:
npm install react-bootstrap-multiselect
inside my entry point I have only one line:
import 'react-bootstrap-multiselect';
When building with webpack, I'm getting the following error:
Module not found: Error: Can't resolve 'bootstrap' in 'node_modules/react-bootstrap-multiselect/dist'
installed version for react-bootstrap-multiselect: 2.4.1
If I follow these exact steps when installing 2.2.0 specifically - everything works fine.
This was found as a regression in an existing project.
BrandonBoone, alexcastillo, merisbahti, sman591, dumbest and 2 more
Metadata
Metadata
Assignees
Labels
No labels