Skip to content

Commit

Permalink
chore: remove unused babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
wuct committed Feb 24, 2019
1 parent 31b7a81 commit bfe9794
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .babelrc
@@ -1,4 +1,3 @@
{
"presets": ["@babel/env", "@babel/typescript"],
"plugins": ["@babel/proposal-class-properties", "@babel/proposal-object-rest-spread"]
"presets": ["@babel/env", "@babel/typescript"]
}

0 comments on commit bfe9794

Please sign in to comment.