New `postcss-loader` will support `dependency` message to notify webpack about imports. So we need to add few lines on every import: ``` js result.messages.push({ type: 'dependency', file: absoluteFilePath }) ``` @MoOx @TrySound write me if you need any help with it.