webpack should ignore .babelrc

This commit is contained in:
Michael Bradley, Jr 2018-07-06 12:53:44 -05:00
parent 1b58efa5c9
commit fecb79d291
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ const browser = {
use: { use: {
loader: 'babel-loader', loader: 'babel-loader',
options: { options: {
babelrc: false,
presets: [ presets: [
['@babel/env'] ['@babel/env']
] ]