You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -421,7 +421,9 @@ module.exports = {
421
421
{
422
422
from:'src/*.png',
423
423
to:'dest/',
424
-
transform(content, path) {
424
+
// The `content` argument is a [`Buffer`](https://nodejs.org/api/buffer.html) object, it could be converted to a `String` to be processed using `content.toString()`
425
+
// The `absoluteFrom` argument is a `String`, it is absolute path from where the file is being copied
0 commit comments