systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

TODO: ensure these imports are normalized correctly #136

Open jjrv opened 7 years ago

jjrv commented 7 years ago

When trying to run systemjs-builder on a project with @import statements in the CSS, it prints out an error TODO: ensure these imports are normalized correctly coming from this plugin.

It seems the path is resolved correctly on this line but relevant metadata never gets stored in the inputFiles object so it fails here.

Someone has also asked about this on StackOverflow.