mirror of https://github.com/ColorlibHQ/AdminLTE
Update .babelrc.js (#2859)
* add `bugfixes: true` which will be the default in Babel 8.xpull/2861/head
commit
89f47f3486
|
@ -4,6 +4,7 @@ module.exports = {
|
||||||
'@babel/preset-env',
|
'@babel/preset-env',
|
||||||
{
|
{
|
||||||
loose: true,
|
loose: true,
|
||||||
|
bugfixes: true,
|
||||||
modules: false,
|
modules: false,
|
||||||
exclude: ['transform-typeof-symbol']
|
exclude: ['transform-typeof-symbol']
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue