mirror of https://github.com/ColorlibHQ/AdminLTE
Update .babelrc.js
* add `bugfixes: true` which will be the default in Babel 8.xpull/2859/head
parent
5b24a7a47d
commit
9812f8002b
|
@ -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