1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Remove console.log

This commit is contained in:
Tim Neutkens 2018-11-05 01:49:12 +01:00
parent ed56d69155
commit 1aaa288759

View file

@ -173,8 +173,6 @@ export default async function getBaseWebpackConfig (dir: string, {dev = false, i
}
}
console.log('RESOLVE_CONFIG', {dir, distDir}, resolveConfig)
const webpackMode = dev ? 'development' : 'production'
let webpackConfig = {