diff options
author | akshitkrnagpal <akshitkrnagpal@gmail.com> | 2018-07-16 08:30:55 +0530 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2018-07-16 08:08:08 +0200 |
commit | 972c7e3d228637378ef4ed1725fc37fb07adfac6 (patch) | |
tree | 148274dc34d3ab4ba226ee7a4c47d711b2ca58c0 | |
parent | 26b55c75599b10a0d83681de815920554b7a6ddc (diff) |
Disable babelrc lookup
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index 693cef3..954cbb0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -17,6 +17,7 @@ const commonConfig = { exclude: /node_modules(?!(\/|\\)js-utils)/, loader: 'babel-loader', options: { + babelrc: false, presets: [ [ require.resolve('babel-preset-env'), |