Skip to content

Commit

Permalink
Set babelrc true (vercel#4215)
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens authored and lependu committed Jun 19, 2018
1 parent bd85a08 commit 85a33bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function babelConfig (dir, {isServer, dev}) {
console.log(`> Using external babel configuration`)
console.log(`> Location: "${externalBabelConfig.babelrc}"`)
}
// By default babel-loader will look for babelrc, so no need to set it to true
mainBabelOptions.babelrc = true
} else {
mainBabelOptions.babelrc = false
}
Expand Down

0 comments on commit 85a33bd

Please sign in to comment.