Skip to content

Commit

Permalink
use console instead of getLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix-stripe committed Jul 19, 2022
1 parent 226b914 commit 1730a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function gatherPartials(ast, schemaDir) {

// Returning a JSX object is what allows fast refresh to work
async function load(source) {
const logger = this.getLogger('@markdoc/next.js');
const logger = console;
// https://webpack.js.org/concepts/module-resolution/
const resolve = this.getResolve({
// https://webpack.js.org/api/loaders/#thisgetresolve
Expand Down

0 comments on commit 1730a55

Please sign in to comment.