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