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:
parent
ed56d69155
commit
1aaa288759
|
@ -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'
|
const webpackMode = dev ? 'development' : 'production'
|
||||||
|
|
||||||
let webpackConfig = {
|
let webpackConfig = {
|
||||||
|
|
Loading…
Reference in a new issue