Skip to content

Instantly share code, notes, and snippets.

View theleolife's full-sized avatar

Leandro Junqueira theleolife

View GitHub Profile
@theleolife
theleolife / .babelrc.js
Created February 4, 2019 03:24 — forked from nodkz/.babelrc.js
Babel 7.0 with .babelrc.js
/* eslint-disable prefer-template */
const path = require('path');
const aliases = require('./aliases');
// ///////////////////////////////////////////////////////////////
// ////////////////// PLUGINS ////////////////////////////////
// ///////////////////////////////////////////////////////////////
const commonPlugins = [