Skip to content

Commit

Permalink
fix wrong modification and update package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lsycxyj committed Aug 6, 2020
1 parent cbcfbc5 commit 40af212
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,6 @@ export function pitch(request) {
});
}

export default function() {}
export default function(source) {
return source;
}

0 comments on commit 40af212

Please sign in to comment.