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: {
loader: 'babel-loader',
options: {
babelrc: false,
presets: [
['@babel/env']
]