Skip to content

Commit

Permalink
Removed babel-minify from build
Browse files Browse the repository at this point in the history
Will be added back when/if babel/minify#801 is
fixed.
  • Loading branch information
rykdesjardins committed Feb 21, 2018
1 parent 41a5aa6 commit 7fd40d4
Show file tree
Hide file tree
Showing 5 changed files with 1,078 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,3 +1,3 @@
{
"presets": ["minify", "es2015"]
"presets": ["es2015"]
}
3 changes: 3 additions & 0 deletions .babelrc.broken
@@ -0,0 +1,3 @@
{
"presets": ["es2015", "minify"]
}

0 comments on commit 7fd40d4

Please sign in to comment.