Quantcast
Viewing all articles
Browse latest Browse all 4

Answer by Uzi for Normal CSS with CSS Modules

you need to import bootstrap's css without going through your original webpack config:

import "!style-loader!css-loader!bootstrap/dist/css/bootstrap.min.css";

this will activate the style-loader and css loader but without the modules: true option


Viewing all articles
Browse latest Browse all 4

Trending Articles