Skip to content

Commit

Permalink
removed debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Jun 3, 2022
1 parent 217fd54 commit 1545a8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion razzle.extend.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const modify = (config, { target, dev }, webpack) => {
incl = path.dirname(require.resolve(name));
include.push(incl)
});
console.log(config.module.rules[0])
return config;
};

Expand Down

0 comments on commit 1545a8c

Please sign in to comment.