Skip to content

Commit 40af212

Browse files
committed
fix wrong modification and update package-lock.json
1 parent cbcfbc5 commit 40af212

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package-lock.json

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/loader.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,6 @@ export function pitch(request) {
228228
});
229229
}
230230

231-
export default function() {}
231+
export default function(source) {
232+
return source;
233+
}

0 commit comments

Comments
 (0)