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',
|
||||
{
|
||||
loose: true,
|
||||
bugfixes: true,
|
||||
modules: false,
|
||||
exclude: ['transform-typeof-symbol']
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue