Current Path : C:/xampp/htdocs/cid/vendors/bootstrap/ |
Current File : C:/xampp/htdocs/cid/vendors/bootstrap/.babelrc.js |
module.exports = { presets: [ [ '@babel/env', { loose: true, modules: false, exclude: ['transform-typeof-symbol'] } ] ], plugins: [ '@babel/plugin-proposal-object-rest-spread' ], env: { test: { plugins: [ 'istanbul' ] } } };