Disable babelrc lookup

This commit is contained in:
akshitkrnagpal 2018-07-16 08:30:55 +05:30 committed by Saúl Ibarra Corretgé
parent 26b55c7559
commit 972c7e3d22
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ const commonConfig = {
exclude: /node_modules(?!(\/|\\)js-utils)/,
loader: 'babel-loader',
options: {
babelrc: false,
presets: [
[
require.resolve('babel-preset-env'),