Guest User

Untitled

a guest
Oct 22nd, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. module.exports = function conf(api) {
  2. const presets = ['@babel/preset-env'];
  3. const plugins = [];
  4.  
  5. api.cache(true);
  6.  
  7. return {
  8. presets,
  9. plugins,
  10. };
  11. };
Add Comment
Please, Sign In to add comment