systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

SystemJS tries to load styles by default for exported components. #123

Closed ItWorksWeb closed 7 years ago

ItWorksWeb commented 7 years ago

Guys,

I have an issue with buildCSS. For the flag disabled and given a file that exports several components:

export {Alert} from './ui/alert/alert'; export {Confirm} from './ui/confirm/confirm';

SystemJS tries to fetch css styles with the same name for these components being imported in view. Presumably there is convention inside that expects styles to be there but for these components styles are not created. Could you tell me how can fix it ?