// ... or, if no entry file is specified, go off the current working directory
@ -27,13 +27,13 @@ module.exports = function (state) {
returnstream((item)=>{
// And the same for the loader shim path. All this relative-path stuff is to prevent absolute filesystem URLs from leaking into the output, as those might contain sensitive information.
// FIXME: Can occur if some dependency also gets processed and require()s a CSS file, but does not specify icssify as a transform (but the using project does) -- like with ui-lib + site-builder
thrownewError("Processed CSS, but global loader was not encountered. This should never happen, please report it as a bug!");