DEBSOURCES
Skip Quicknav
sources / node-react-toastify / 9.1.2%2B~1.2.1-4 / babel.config.js
1234567891011
module.exports = { presets: [ [ '@babel/preset-env', { shippedProposals: true, targets: '>0.5%, not ie 11, not op_mini all', }, ], ], };