Skip to content

Instantly share code, notes, and snippets.

@aligos
Created November 5, 2016 06:10
Show Gist options
  • Save aligos/76d47df68d6b339df71b6ff9e644f7ff to your computer and use it in GitHub Desktop.
Save aligos/76d47df68d6b339df71b6ff9e644f7ff to your computer and use it in GitHub Desktop.
babelrc votemon server
{
"passPerPreset": true,
"presets": [
"react",
"es2015",
"stage-0"
],
"plugins": [
"babel-plugin-inline-import"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment