systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

Memory-based bundling support #15

Closed guybedford closed 9 years ago

guybedford commented 9 years ago

The bundle hook can see that opts.outFile doesn't exist and then somehow we need to get access to a shared output object.

guybedford commented 9 years ago

Unfortunately this involves creating an entire output pipeline to handle style, which I don't want to do unless we completely endorse this CSS approach. Instead we can work around it for now.