Skip to content

Commit 2d53a34

Browse files
author
Alexander Ryzhikov
committed
Build update
1 parent abefe74 commit 2d53a34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ var loader = function loader(source) {
130130
};
131131

132132
var emitWarnings = function emitWarnings(result) {
133+
result.warnings().forEach(function (msg) {
134+
return _this.emitWarning(msg.toString());
135+
});
133136
return result;
134137
};
135138

0 commit comments

Comments
 (0)