github.com/esnet/gdg@v0.6.1-0.20240412190737-6b6eba9c14d8/website/config/babel.config.js (about) 1 module.exports = { 2 presets: [ 3 [ 4 '@babel/preset-env', 5 { 6 targets: { 7 browsers: [ 8 // Best practice: https://github.com/babel/babel/issues/7789 9 '>=1%', 10 'not ie 11', 11 'not op_mini all', 12 ], 13 }, 14 }, 15 ], 16 ], 17 };