You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm i --save-dev babel-tape-runner
npm i --save-dev babel-preset-es2015
.babelrc
{
"presets": ["es2015"]
}
/mnt/c/Users/enzo/drive/projects/dop/node_modules/@babel/core/lib/config/config-descriptors.js:178
throw new Error(`Plugin/Preset files are not allowed to export objects, only functions. In ${filepath}`);
^
Error: Plugin/Preset files are not allowed to export objects, only functions.