webpack should ignore .babelrc
This commit is contained in:
parent
1b58efa5c9
commit
fecb79d291
|
@ -11,6 +11,7 @@ const browser = {
|
|||
use: {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
babelrc: false,
|
||||
presets: [
|
||||
['@babel/env']
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue