UNPKG

188 BJavaScriptView Raw
1export default {
2 presets: [
3 [ '@babel/preset-env', { targets: { node: '16' } } ]
4 ],
5 plugins: [
6 [ '@babel/plugin-proposal-pipeline-operator', { proposal: 'minimal' } ],
7 ]
8}