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

Uppercase location for consistency (#2622)

This commit is contained in:
Tim Neutkens 2017-07-23 19:50:48 +02:00 committed by GitHub
parent 337471d684
commit 2c7d0ec47a

View file

@ -170,7 +170,7 @@ export default async function createCompiler (dir, { dev = false, quiet = false,
const externalBabelConfig = findBabelConfig(dir)
if (externalBabelConfig) {
console.log(`> Using external babel configuration`)
console.log(`> location: "${externalBabelConfig.loc}"`)
console.log(`> Location: "${externalBabelConfig.loc}"`)
// It's possible to turn off babelrc support via babelrc itself.
// In that case, we should add our default preset.
// That's why we need to do this.