Skip to content

Commit

Permalink
enhancement: No need to babelify external libs
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Jul 2, 2017
1 parent 8003bae commit 5b59faf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .babelrc
@@ -1,3 +1,6 @@
{
"presets": ["es2015","stage-0"]
"presets": ["es2015","stage-0"],
"ignore": [
"src/server/public/abecms/libs/*.js"
]
}

0 comments on commit 5b59faf

Please sign in to comment.