I using the survivejs.com site as a template to build a map based React app with webpack. For the map i am using leaflet but i can\'t find a way to add the leaflet.css. With
I solved it by simply importing the CSS like this:
import 'leaflet/dist/leaflet.css';