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

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/loader.js

Lines changed: 3 additions & 1 deletion
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)