UNPKG

128 BJavaScriptView Raw
1module.exports = ({ actions }) => {
2 actions.setBabelPlugin({
3 name: '@babel/plugin-proposal-export-default-from',
4 });
5};