Skip to content

Commit

Permalink
fix(razzle): logger import (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanbh committed May 13, 2020
1 parent 72b2f2a commit 10b6c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/razzle/config/modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const fs = require('fs');
const path = require('path');
const paths = require('./paths');
const logger = require('../../razzle-dev-utils/logger');
const logger = require('razzle-dev-utils/logger');
const resolve = require('resolve');
const nodePath = require('./env').nodePath;

Expand Down

0 comments on commit 10b6c0f

Please sign in to comment.