systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

Add support for source maps in unbundled browser mode #112

Open guillaume86 opened 7 years ago

guillaume86 commented 7 years ago

Mirrors changes in da1404e62bd89b252d8dee4445fc56bb44566ef5 to allow inline source maps in unbundled browser mode. Also fixes a bug that wasn't clearing previous CSS when hot reloading a CSS module.

guybedford commented 7 years ago

This looks great, thanks for the PR!

Can you just let me know what the elementsContainerKey is for exactly?