-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to integrate Reactstrap into mern-starter #406
Comments
Hey @chung2014, Add the below to webpack.config.babel.js just like in the image below for now and use minified version If you want to customize the use of bootstrap in your project I think its better to follow bootstrap guide to importing styles/compile sass for that this change will not be needed
|
@theevilhead Yes, working with webpack settings is complex. And your suggest works. After adding the snippet into webpack.config.babel.js, I can run |
@theevilhead After I check the webpack config files, I found that all Btw, I just want to know what is the intent behind. thank 🤓 |
Hey @chung2014 sorry for the delay in reply. Glad the suggestion works and I cannot be of more help here because my involvement with project has started recently, so I think the original contributors might have missed it but I dont know the exact intent though. |
I would like to use
reactstrap
with this mern-starter. But I find that I cannot start the project withnpm start
properly after I add an import statment inclient/modules/App/App.js
e.g
import 'bootstrap/dist/css/bootstrap.css';
The text was updated successfully, but these errors were encountered: