| Current Path : /var/www/html/xfacil.desafio.com.py/vendor/almasaeed2010/adminlte/ |
| Current File : /var/www/html/xfacil.desafio.com.py/vendor/almasaeed2010/adminlte/.babelrc.js |
module.exports = {
presets: [
[
'@babel/preset-env',
{
loose: true,
bugfixes: true,
modules: false,
exclude: ['transform-typeof-symbol']
}
]
]
};