Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Files

Latest commit

43d280c · Jul 13, 2020

History

History
10 lines (10 loc) · 444 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 444 Bytes

To reproduce this bug:

  1. npm install
  2. npx webpack-dev-server
  3. open http://localhost:8080
  4. note that the box on the page is red - because app.css sets it to be red and is imported after leaflet.css
  5. uncomment the maxSize parameter in webpack.config.js
  6. ctrl+c
  7. npx webpack-dev-server
  8. open http://localhost:8080
  9. note that the box on the page is grey - app.css is being loaded first, and then overriden by leaflet.css