React - Use Bootstrap globally with css modules
问题 Pretty new to react and all that stuff, so I need some help here. I recently added the https://github.com/gajus/babel-plugin-react-css-modules plugin to my project. After some troubles I got it to work, so I can now use my local css files with my components. So far so good. Not I would like to add bootstrap for the whole application. It worked before I added the css-modules plugin... Here's are the relevant parts of my code (I guess... if I miss something let me know): index.js (entrypoint of