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

tstibbs/mini-css-extract-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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