Make webpack's css loader work

This commit is contained in:
ahocevar
2018-07-18 19:02:59 +02:00
parent 5d029f4256
commit bcefb07cf2

View File

@@ -83,5 +83,5 @@
"eslintConfig": {
"extends": "openlayers"
},
"sideEffects": false
"sideEffects": ["ol.css"]
}